#57A49E

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

Shades of Cadet Blue #57A49E

Tints of Cadet Blue #57A49E

Color information

#57A49E (or 0x57A49E) is unknown color: approx Cadet Blue. HEX triplet: 57, A4 and 9E. RGB value is (87,164,158). Sum of RGB (Red+Green+Blue) = 87+164+158=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #57A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A49E is #A85B61. Grayscale: #8C8C8C. Windows color (decimal): -11033442 or 10396759. OLE color: 10396759.

HSL color Cylindrical-coordinate representation of color #57A49E: hue angle of 175.32º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A49E is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB87164158-
CMYK0.4700.040.36
HSL175.32º30.68%49.22%-
HSV(B)175.32º46.95%64.31%-
XYZ23.3831.0537.11-
YUV140.29137.9989.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=21.27%
G=40.10%
B=38.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871641580.4700.040.36175.3230.6849.22
Hex57A49E2F0424af1f31
Octal1272442365704442573761
Binary1010111101001001001111010111101001001001010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,158); }

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

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

 a { background-color: rgb(87,164,158); }

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

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

 span { border-color: rgb(87,164,158); }

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