#599BAB

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

Shades of Cadet Blue #599BAB

Tints of Cadet Blue #599BAB

Color information

#599BAB (or 0x599BAB) is unknown color: approx Cadet Blue. HEX triplet: 59, 9B and AB. RGB value is (89,155,171). Sum of RGB (Red+Green+Blue) = 89+155+171=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #599BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAB is #A66454. Grayscale: #888888. Windows color (decimal): -10904661 or 11246425. OLE color: 11246425.

HSL color Cylindrical-coordinate representation of color #599BAB: hue angle of 191.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599BAB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89155171-
CMYK0.480.0900.33
HSL191.71º32.8%50.98%-
HSV(B)191.71º47.95%67.06%-
XYZ23.1928.5142.81-
YUV137.09147.1393.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.45%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=21.45%
G=37.35%
B=41.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891551710.480.0900.33191.7132.850.98
Hex599BAB309021c02133
Octal13123325360110413004163
Binary101100110011011101010111100001001010000111000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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