#57A7A2

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

Shades of Cadet Blue #57A7A2

Tints of Cadet Blue #57A7A2

Color information

#57A7A2 (or 0x57A7A2) is unknown color: approx Cadet Blue. HEX triplet: 57, A7 and A2. RGB value is (87,167,162). Sum of RGB (Red+Green+Blue) = 87+167+162=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #57A7A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A7A2 is #A8585D. Grayscale: #8E8E8E. Windows color (decimal): -11032670 or 10659671. OLE color: 10659671.

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

Color convert

RGB87167162-
CMYK0.4800.030.35
HSL176.25º31.5%49.8%-
HSV(B)176.25º47.9%65.49%-
XYZ24.2732.2739.13-
YUV142.5113988.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.91%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=20.91%
G=40.14%
B=38.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871671620.4800.030.35176.2531.549.8
Hex57A7A2300323b01f32
Octal1272472426003432603762
Binary101011110100111101000101100000111000111011000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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