Html Css Color HEX #599B99 Cadet Blue

📋 copy color: '#599B99'

red 89 ◦ green 155 ◦ blue 153

#599B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #599B99

Tints of Cadet Blue #599B99

RGB

 RED value IS 89 (35.16% from 255) = 22.42%

 GREEN value IS 155 (60.94% from 255) = 39.04%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 22.42%
G = 39.04%
B = 38.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#599B99 (or 0x599B99) is known color: Cadet Blue. HEX triplet: 59, 9B and 99. RGB value is (89,155,153). Sum of RGB (Red+Green+Blue) = 89+155+153=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #599B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B99 is #A66466. Grayscale: #868686. Windows color (decimal): -10904679 or 10066777. OLE color: 10066777.

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

Color convert

RGB 89 155 153 -
CMYK 0.43 0 0.01 0.39
HSL 178.18º 0.27% 0.48% -
HSV(B) 178.18º 0.43% 0.61% -
XYZ 21.59 27.87 34.38 -
YUV 135.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 89 155 153 0.43 0 0.01 0.39 178.18 0.27 0.48
Hex 59 9B 99 2B 0 1 27 B2 1B 30
Octal 131 233 231 53 0 1 47 262 33 60
Binary 1011001 10011011 10011001 101011 0 1 100111 10110010 11011 110000

Color Harmonies of #599B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B99

Black with #599B99

Text Example


Text Example

White with #599B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #599B99;
 }
 .AnyTagClassName
 {
   color: #599B99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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