Html Css Color HEX #599192 Half Baked

📋 copy color: '#599192'

red 89 ◦ green 145 ◦ blue 146

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

Shades of Half Baked #599192

Tints of Half Baked #599192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 23.42%
G = 38.16%
B = 38.42%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#599192 (or 0x599192) is known color: Half Baked. HEX triplet: 59, 91 and 92. RGB value is (89,145,146). Sum of RGB (Red+Green+Blue) = 89+145+146=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #599192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599192 is #A66E6D. Grayscale: #808080. Windows color (decimal): -10907246 or 9605465. OLE color: 9605465.

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

Color convert

RGB 89 145 146 -
CMYK 0.39 0.01 0 0.43
HSL 181.05º 0.24% 0.46% -
HSV(B) 181.05º 0.39% 0.57% -
XYZ 19.43 24.45 30.89 -
YUV 128.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 89 145 146 0.39 0.01 0 0.43 181.05 0.24 0.46
Hex 59 91 92 27 1 0 2B B5 18 2E
Octal 131 221 222 47 1 0 53 265 30 56
Binary 1011001 10010001 10010010 100111 1 0 101011 10110101 11000 101110

Color Harmonies of #599192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599192

Black with #599192

Text Example


Text Example

White with #599192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599192; }

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

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

background-color css

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

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

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

border-color css

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

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

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