#57A69C

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

Shades of Cadet Blue #57A69C

Tints of Cadet Blue #57A69C

Color information

#57A69C (or 0x57A69C) is unknown color: approx Cadet Blue. HEX triplet: 57, A6 and 9C. RGB value is (87,166,156). Sum of RGB (Red+Green+Blue) = 87+166+156=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #57A69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A69C is #A85963. Grayscale: #8D8D8D. Windows color (decimal): -11032932 or 10266199. OLE color: 10266199.

HSL color Cylindrical-coordinate representation of color #57A69C: hue angle of 172.41º 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 #57A69C is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB87166156-
CMYK0.4800.060.35
HSL172.41º31.23%49.61%-
HSV(B)172.41º47.59%65.1%-
XYZ23.5731.736.33-
YUV141.24136.3389.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=21.27%
G=40.59%
B=38.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871661560.4800.060.35172.4131.2349.61
Hex57A69C300623ac1f32
Octal1272462346006432543762
Binary1010111101001101001110011000001101000111010110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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