#599B97

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

Shades of Cadet Blue #599B97

Tints of Cadet Blue #599B97

Color information

#599B97 (or 0x599B97) is unknown color: approx Cadet Blue. HEX triplet: 59, 9B and 97. RGB value is (89,155,151). Sum of RGB (Red+Green+Blue) = 89+155+151=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #599B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B97 is #A66468. Grayscale: #868686. Windows color (decimal): -10904681 or 9935705. OLE color: 9935705.

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

Color convert

RGB89155151-
CMYK0.4300.030.39
HSL176.36º27.05%47.84%-
HSV(B)176.36º42.58%60.78%-
XYZ21.4327.833.51-
YUV134.81137.1395.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=22.53%
G=39.24%
B=38.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891551510.4300.030.39176.3627.0547.84
Hex599B972B0327b01b30
Octal1312332275303472603360
Binary101100110011011100101111010110111001111011000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599B97; }

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

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

<style>
 a { background-color: #599B97; }

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

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

<style>
 span { border-color: #599B97; }

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

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