#57A0A6

Color #57A0A6 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #57A0A6

Tints of Cadet Blue #57A0A6

Color information

#57A0A6 (or 0x57A0A6) is unknown color: approx Cadet Blue. HEX triplet: 57, A0 and A6. RGB value is (87,160,166). Sum of RGB (Red+Green+Blue) = 87+160+166=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 166 - color contains mainly: blue. Hex color #57A0A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A0A6 is #A85F59. Grayscale: #8A8A8A. Windows color (decimal): -11034458 or 10920023. OLE color: 10920023.

HSL color Cylindrical-coordinate representation of color #57A0A6: hue angle of 184.56º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A0A6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB87160166-
CMYK0.480.0400.35
HSL184.56º31.23%49.61%-
HSV(B)184.56º47.59%65.1%-
XYZ23.3829.9240.62-
YUV138.86143.3291.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.07%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 166 (65.23% from 255) = 40.19%
R=21.07%
G=38.74%
B=40.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871601660.480.0400.35184.5631.2349.61
Hex57A0A6304023b91f32
Octal1272402466040432713762
Binary1010111101000001010011011000010001000111011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A0A6; }

 p { color: rgb(87,160,166); }

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

<style>
 a { background-color: #57A0A6; }

 a { background-color: rgb(87,160,166); }

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

<style>
 span { border-color: #57A0A6; }

 span { border-color: rgb(87,160,166); }

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