#599F98

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

Shades of Cadet Blue #599F98

Tints of Cadet Blue #599F98

Color information

#599F98 (or 0x599F98) is unknown color: approx Cadet Blue. HEX triplet: 59, 9F and 98. RGB value is (89,159,152). Sum of RGB (Red+Green+Blue) = 89+159+152=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #599F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F98 is #A66067. Grayscale: #898989. Windows color (decimal): -10903656 or 10002265. OLE color: 10002265.

HSL color Cylindrical-coordinate representation of color #599F98: hue angle of 174º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F98 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB89159152-
CMYK0.4400.040.38
HSL174º28.23%48.63%-
HSV(B)174º44.03%62.35%-
XYZ22.1929.1934.17-
YUV137.27136.3193.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=22.25%
G=39.75%
B=38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591520.4400.040.3817428.2348.63
Hex599F982C0426ae1c31
Octal1312372305404462563461
Binary1011001100111111001100010110001001001101010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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