#57A79D

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

Shades of Cadet Blue #57A79D

Tints of Cadet Blue #57A79D

Color information

#57A79D (or 0x57A79D) is unknown color: approx Cadet Blue. HEX triplet: 57, A7 and 9D. RGB value is (87,167,157). Sum of RGB (Red+Green+Blue) = 87+167+157=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #57A79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A79D is #A85862. Grayscale: #8D8D8D. Windows color (decimal): -11032675 or 10331991. OLE color: 10331991.

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

Color convert

RGB87167157-
CMYK0.4800.060.35
HSL172.5º31.5%49.8%-
HSV(B)172.5º47.9%65.49%-
XYZ23.8432.136.84-
YUV141.94136.588.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=21.17%
G=40.63%
B=38.20%

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
Decimal871671570.4800.060.35172.531.549.8
Hex57A79D300623ac1f32
Octal1272472356006432543762
Binary1010111101001111001110111000001101000111010110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,167,157); }

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

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

 a { background-color: rgb(87,167,157); }

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

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

 span { border-color: rgb(87,167,157); }

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