Html Css Color HEX #599292 Half Baked

📋 copy color: '#599292'

red 89 ◦ green 146 ◦ blue 146

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

Shades of Half Baked #599292

Tints of Half Baked #599292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 23.36%
G = 38.32%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#599292 (or 0x599292) is known color: Half Baked. HEX triplet: 59, 92 and 92. RGB value is (89,146,146). Sum of RGB (Red+Green+Blue) = 89+146+146=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #599292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599292 is #A66D6D. Grayscale: #808080. Windows color (decimal): -10906990 or 9605721. OLE color: 9605721.

HSL color Cylindrical-coordinate representation of color #599292: hue angle of 180º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599292 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 146 -
CMYK 0.39 0 0 0.43
HSL 180º 0.24% 0.46% -
HSV(B) 180º 0.39% 0.57% -
XYZ 19.59 24.76 30.94 -
YUV 128.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 89 146 146 0.39 0 0 0.43 180 0.24 0.46
Hex 59 92 92 27 0 0 2B B4 18 2E
Octal 131 222 222 47 0 0 53 264 30 56
Binary 1011001 10010010 10010010 100111 0 0 101011 10110100 11000 101110

Color Harmonies of #599292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599292

Black with #599292

Text Example


Text Example

White with #599292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599292; }

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

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

background-color css

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

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

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

border-color css

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

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

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