#57999C

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

Shades of Cadet Blue #57999C

Tints of Cadet Blue #57999C

Color information

#57999C (or 0x57999C) is unknown color: approx Cadet Blue. HEX triplet: 57, 99 and 9C. RGB value is (87,153,156). Sum of RGB (Red+Green+Blue) = 87+153+156=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #57999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999C is #A86663. Grayscale: #858585. Windows color (decimal): -11036260 or 10262871. OLE color: 10262871.

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

Color convert

RGB87153156-
CMYK0.440.0200.39
HSL182.61º28.4%47.65%-
HSV(B)182.61º44.23%61.18%-
XYZ21.3227.2135.58-
YUV133.61140.6394.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.97%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=21.97%
G=38.64%
B=39.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871531560.440.0200.39182.6128.447.65
Hex57999C2C2027b71c30
Octal1272312345420472673460
Binary101011110011001100111001011001001001111011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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