Html Css Color HEX #599592 Half Baked

📋 copy color: '#599592'

red 89 ◦ green 149 ◦ blue 146

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

Shades of Half Baked #599592

Tints of Half Baked #599592

RGB

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

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

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

R = 23.18%
G = 38.8%
B = 38.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#599592 (or 0x599592) is known color: Half Baked. HEX triplet: 59, 95 and 92. RGB value is (89,149,146). Sum of RGB (Red+Green+Blue) = 89+149+146=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #599592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599592 is #A66A6D. Grayscale: #828282. Windows color (decimal): -10906222 or 9606489. OLE color: 9606489.

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

Color convert

RGB 89 149 146 -
CMYK 0.40 0 0.02 0.42
HSL 177º 0.25% 0.47% -
HSV(B) 177º 0.4% 0.58% -
XYZ 20.06 25.69 31.1 -
YUV 130.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 89 149 146 0.40 0 0.02 0.42 177 0.25 0.47
Hex 59 95 92 28 0 2 2A B1 19 2F
Octal 131 225 222 50 0 2 52 261 31 57
Binary 1011001 10010101 10010010 101000 0 10 101010 10110001 11001 101111

Color Harmonies of #599592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599592

Black with #599592

Text Example


Text Example

White with #599592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599592; }

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

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

background-color css

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

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

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

border-color css

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

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

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