Html Css Color HEX #599399 Half Baked

📋 copy color: '#599399'

red 89 ◦ green 147 ◦ blue 153

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

Shades of Half Baked #599399

Tints of Half Baked #599399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 22.88%
G = 37.79%
B = 39.33%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#599399 (or 0x599399) is known color: Half Baked. HEX triplet: 59, 93 and 99. RGB value is (89,147,153). Sum of RGB (Red+Green+Blue) = 89+147+153=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #599399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599399 is #A66C66. Grayscale: #828282. Windows color (decimal): -10906727 or 10064729. OLE color: 10064729.

HSL color Cylindrical-coordinate representation of color #599399: hue angle of 185.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599399 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 147 153 -
CMYK 0.42 0.04 0 0.4
HSL 185.63º 0.26% 0.47% -
HSV(B) 185.63º 0.42% 0.6% -
XYZ 20.3 25.29 33.95 -
YUV 130.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 89 147 153 0.42 0.04 0 0.4 185.63 0.26 0.47
Hex 59 93 99 2A 4 0 28 BA 1A 2F
Octal 131 223 231 52 4 0 50 272 32 57
Binary 1011001 10010011 10011001 101010 100 0 101000 10111010 11010 101111

Color Harmonies of #599399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599399

Black with #599399

Text Example


Text Example

White with #599399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599399; }

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

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

background-color css

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

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

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

border-color css

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

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

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