#57A0A9

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

Shades of Cadet Blue #57A0A9

Tints of Cadet Blue #57A0A9

Color information

#57A0A9 (or 0x57A0A9) is unknown color: approx Cadet Blue. HEX triplet: 57, A0 and A9. RGB value is (87,160,169). Sum of RGB (Red+Green+Blue) = 87+160+169=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #57A0A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A0A9 is #A85F56. Grayscale: #8B8B8B. Windows color (decimal): -11034455 or 11116631. OLE color: 11116631.

HSL color Cylindrical-coordinate representation of color #57A0A9: hue angle of 186.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A0A9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB87160169-
CMYK0.490.0500.34
HSL186.59º32.28%50.2%-
HSV(B)186.59º48.52%66.27%-
XYZ23.6630.0342.09-
YUV139.2144.8290.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.91%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=20.91%
G=38.46%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal871601690.490.0500.34186.5932.2850.2
Hex57A0A9315022bb2032
Octal1272402516150422734062
Binary10101111010000010101001110001101010001010111011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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