Html Css Color HEX #599595 Half Baked

📋 copy color: '#599595'

red 89 ◦ green 149 ◦ blue 149

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

Shades of Half Baked #599595

Tints of Half Baked #599595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 23%
G = 38.5%
B = 38.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#599595 (or 0x599595) is known color: Half Baked. HEX triplet: 59, 95 and 95. RGB value is (89,149,149). Sum of RGB (Red+Green+Blue) = 89+149+149=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #599595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599595 is #A66A6A. Grayscale: #838383. Windows color (decimal): -10906219 or 9803097. OLE color: 9803097.

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

Color convert

RGB 89 149 149 -
CMYK 0.40 0 0 0.42
HSL 180º 0.25% 0.47% -
HSV(B) 180º 0.4% 0.58% -
XYZ 20.29 25.79 32.34 -
YUV 131.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 89 149 149 0.40 0 0 0.42 180 0.25 0.47
Hex 59 95 95 28 0 0 2A B4 19 2F
Octal 131 225 225 50 0 0 52 264 31 57
Binary 1011001 10010101 10010101 101000 0 0 101010 10110100 11001 101111

Color Harmonies of #599595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599595

Black with #599595

Text Example


Text Example

White with #599595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599595; }

 p { color: rgb(89,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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