#53ACBC

Color #53ACBC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53ACBC

Tints of Viking #53ACBC

Color information

#53ACBC (or 0x53ACBC) is unknown color: approx Viking. HEX triplet: 53, AC and BC. RGB value is (83,172,188). Sum of RGB (Red+Green+Blue) = 83+172+188=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #53ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACBC is #AC5343. Grayscale: #939393. Windows color (decimal): -11293508 or 12364883. OLE color: 12364883.

HSL color Cylindrical-coordinate representation of color #53ACBC: hue angle of 189.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53ACBC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83172188-
CMYK0.560.0900.26
HSL189.14º43.93%53.14%-
HSV(B)189.14º55.85%73.73%-
XYZ27.434.9752.88-
YUV147.21151.0182.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=18.74%
G=38.83%
B=42.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831721880.560.0900.26189.1443.9353.14
Hex53ACBC38901Abd2c35
Octal12325427470110322755465
Binary10100111010110010111100111000100101101010111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ACBC; }

 p { color: rgb(83,172,188); }

 H1.HeaderClassName
 {
   color: #53ACBC;
 }
 .AnyTagClassName
 {
   color: #53ACBC;
 }
</style>
background-color css

<style>
 a { background-color: #53ACBC; }

 a { background-color: rgb(83,172,188); }

 div.DivClassName
 {
   background-color: #53ACBC;
 }
 .BgClassName
 {
   background-color: #53ACBC;
 }
</style>
border-color css

<style>
 span { border-color: #53ACBC; }

 span { border-color: rgb(83,172,188); }

 td.TdClassName
 {
   border-color: #53ACBC;
 }
 .TagClassName
 {
   border-color: #53ACBC;
 }
</style>