#59989B

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

Shades of Cadet Blue #59989B

Tints of Cadet Blue #59989B

Color information

#59989B (or 0x59989B) is unknown color: approx Cadet Blue. HEX triplet: 59, 98 and 9B. RGB value is (89,152,155). Sum of RGB (Red+Green+Blue) = 89+152+155=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #59989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59989B is #A66764. Grayscale: #858585. Windows color (decimal): -10905445 or 10197081. OLE color: 10197081.

HSL color Cylindrical-coordinate representation of color #59989B: hue angle of 182.73º 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 #59989B is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89152155-
CMYK0.430.0200.39
HSL182.73º27.05%47.84%-
HSV(B)182.73º42.58%60.78%-
XYZ21.2626.9535.09-
YUV133.5140.1396.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=22.47%
G=38.38%
B=39.14%

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
Decimal891521550.430.0200.39182.7327.0547.84
Hex59989B2B2027b71b30
Octal1312302335320472673360
Binary101100110011000100110111010111001001111011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,152,155); }

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

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

 a { background-color: rgb(89,152,155); }

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

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

 span { border-color: rgb(89,152,155); }

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