#59999C

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

Shades of Cadet Blue #59999C

Tints of Cadet Blue #59999C

Color information

#59999C (or 0x59999C) is unknown color: approx Cadet Blue. HEX triplet: 59, 99 and 9C. RGB value is (89,153,156). Sum of RGB (Red+Green+Blue) = 89+153+156=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #59999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59999C is #A66663. Grayscale: #868686. Windows color (decimal): -10905188 or 10262873. OLE color: 10262873.

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

Color convert

RGB89153156-
CMYK0.430.0200.39
HSL182.69º27.35%48.04%-
HSV(B)182.69º42.95%61.18%-
XYZ21.5127.3135.59-
YUV134.21140.395.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=22.36%
G=38.44%
B=39.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891531560.430.0200.39182.6927.3548.04
Hex59999C2B2027b71b30
Octal1312312345320472673360
Binary101100110011001100111001010111001001111011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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