Html Css Color HEX #599492 Half Baked

📋 copy color: '#599492'

red 89 ◦ green 148 ◦ blue 146

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

Shades of Half Baked #599492

Tints of Half Baked #599492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 23.24%
G = 38.64%
B = 38.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#599492 (or 0x599492) is known color: Half Baked. HEX triplet: 59, 94 and 92. RGB value is (89,148,146). Sum of RGB (Red+Green+Blue) = 89+148+146=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #599492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599492 is #A66B6D. Grayscale: #828282. Windows color (decimal): -10906478 or 9606233. OLE color: 9606233.

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

Color convert

RGB 89 148 146 -
CMYK 0.40 0 0.01 0.42
HSL 177.97º 0.25% 0.46% -
HSV(B) 177.97º 0.4% 0.58% -
XYZ 19.9 25.38 31.04 -
YUV 130.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 89 148 146 0.40 0 0.01 0.42 177.97 0.25 0.46
Hex 59 94 92 28 0 1 2A B2 19 2E
Octal 131 224 222 50 0 1 52 262 31 56
Binary 1011001 10010100 10010010 101000 0 1 101010 10110010 11001 101110

Color Harmonies of #599492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599492

Black with #599492

Text Example


Text Example

White with #599492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599492; }

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

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

background-color css

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

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

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

border-color css

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

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

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