Html Css Color HEX #599799 Half Baked

📋 copy color: '#599799'

red 89 ◦ green 151 ◦ blue 153

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

Shades of Half Baked #599799

Tints of Half Baked #599799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 22.65%
G = 38.42%
B = 38.93%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#599799 (or 0x599799) is known color: Half Baked. HEX triplet: 59, 97 and 99. RGB value is (89,151,153). Sum of RGB (Red+Green+Blue) = 89+151+153=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #599799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599799 is #A66866. Grayscale: #848484. Windows color (decimal): -10905703 or 10065753. OLE color: 10065753.

HSL color Cylindrical-coordinate representation of color #599799: hue angle of 181.88º 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 #599799 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 151 153 -
CMYK 0.42 0.01 0 0.4
HSL 181.88º 0.26% 0.47% -
HSV(B) 181.88º 0.42% 0.6% -
XYZ 20.94 26.56 34.16 -
YUV 132.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 89 151 153 0.42 0.01 0 0.4 181.88 0.26 0.47
Hex 59 97 99 2A 1 0 28 B6 1A 2F
Octal 131 227 231 52 1 0 50 266 32 57
Binary 1011001 10010111 10011001 101010 1 0 101000 10110110 11010 101111

Color Harmonies of #599799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599799

Black with #599799

Text Example


Text Example

White with #599799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599799; }

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

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

background-color css

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

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

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

border-color css

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

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

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