#57A59B

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

Shades of Cadet Blue #57A59B

Tints of Cadet Blue #57A59B

Color information

#57A59B (or 0x57A59B) is unknown color: approx Cadet Blue. HEX triplet: 57, A5 and 9B. RGB value is (87,165,155). Sum of RGB (Red+Green+Blue) = 87+165+155=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #57A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A59B is #A85A64. Grayscale: #8C8C8C. Windows color (decimal): -11033189 or 10200407. OLE color: 10200407.

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

Color convert

RGB87165155-
CMYK0.4700.060.35
HSL172.31º30.95%49.41%-
HSV(B)172.31º47.27%64.71%-
XYZ23.331.335.82-
YUV140.54136.1689.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=21.38%
G=40.54%
B=38.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871651550.4700.060.35172.3130.9549.41
Hex57A59B2F0623ac1f31
Octal1272452335706432543761
Binary1010111101001011001101110111101101000111010110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,165,155); }

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

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

 a { background-color: rgb(87,165,155); }

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

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

 span { border-color: rgb(87,165,155); }

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