#57999B

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

Shades of Cadet Blue #57999B

Tints of Cadet Blue #57999B

Color information

#57999B (or 0x57999B) is unknown color: approx Cadet Blue. HEX triplet: 57, 99 and 9B. RGB value is (87,153,155). Sum of RGB (Red+Green+Blue) = 87+153+155=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #57999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999B is #A86664. Grayscale: #858585. Windows color (decimal): -11036261 or 10197335. OLE color: 10197335.

HSL color Cylindrical-coordinate representation of color #57999B: hue angle of 181.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57999B is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87153155-
CMYK0.440.0100.39
HSL181.76º28.1%47.45%-
HSV(B)181.76º43.87%60.78%-
XYZ21.2427.1835.14-
YUV133.49140.1394.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=22.03%
G=38.73%
B=39.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871531550.440.0100.39181.7628.147.45
Hex57999B2C1027b61c2f
Octal1272312335410472663457
Binary10101111001100110011011101100101001111011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57999B; }

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

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

<style>
 a { background-color: #57999B; }

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

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

<style>
 span { border-color: #57999B; }

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

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