#57A49F

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

Shades of Cadet Blue #57A49F

Tints of Cadet Blue #57A49F

Color information

#57A49F (or 0x57A49F) is unknown color: approx Cadet Blue. HEX triplet: 57, A4 and 9F. RGB value is (87,164,159). Sum of RGB (Red+Green+Blue) = 87+164+159=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #57A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A49F is #A85B60. Grayscale: #8C8C8C. Windows color (decimal): -11033441 or 10462295. OLE color: 10462295.

HSL color Cylindrical-coordinate representation of color #57A49F: hue angle of 176.1º 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 #57A49F is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB87164159-
CMYK0.4700.030.36
HSL176.1º30.68%49.22%-
HSV(B)176.1º46.95%64.31%-
XYZ23.4631.0837.56-
YUV140.41138.4989.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.22%
GREEN value IS 164 (64.45% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=21.22%
G=40%
B=38.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871641590.4700.030.36176.130.6849.22
Hex57A49F2F0324b01f31
Octal1272442375703442603761
Binary101011110100100100111111011110111001001011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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