#57999E

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

Shades of Cadet Blue #57999E

Tints of Cadet Blue #57999E

Color information

#57999E (or 0x57999E) is unknown color: approx Cadet Blue. HEX triplet: 57, 99 and 9E. RGB value is (87,153,158). Sum of RGB (Red+Green+Blue) = 87+153+158=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #57999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999E is #A86661. Grayscale: #858585. Windows color (decimal): -11036258 or 10393943. OLE color: 10393943.

HSL color Cylindrical-coordinate representation of color #57999E: hue angle of 184.23º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57999E is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87153158-
CMYK0.450.0300.38
HSL184.23º28.98%48.04%-
HSV(B)184.23º44.94%61.96%-
XYZ21.4927.2836.48-
YUV133.84141.6394.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=21.86%
G=38.44%
B=39.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871531580.450.0300.38184.2328.9848.04
Hex57999E2D3026b81d30
Octal1272312365530462703560
Binary101011110011001100111101011011101001101011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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