Html Css Color HEX #599391 Half Baked

📋 copy color: '#599391'

red 89 ◦ green 147 ◦ blue 145

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

Shades of Half Baked #599391

Tints of Half Baked #599391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 23.36%
G = 38.58%
B = 38.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#599391 (or 0x599391) is known color: Half Baked. HEX triplet: 59, 93 and 91. RGB value is (89,147,145). Sum of RGB (Red+Green+Blue) = 89+147+145=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #599391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599391 is #A66C6E. Grayscale: #818181. Windows color (decimal): -10906735 or 9540441. OLE color: 9540441.

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

Color convert

RGB 89 147 145 -
CMYK 0.39 0 0.01 0.42
HSL 177.93º 0.25% 0.46% -
HSV(B) 177.93º 0.39% 0.58% -
XYZ 19.66 25.04 30.58 -
YUV 129.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 89 147 145 0.39 0 0.01 0.42 177.93 0.25 0.46
Hex 59 93 91 27 0 1 2A B2 19 2E
Octal 131 223 221 47 0 1 52 262 31 56
Binary 1011001 10010011 10010001 100111 0 1 101010 10110010 11001 101110

Color Harmonies of #599391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599391

Black with #599391

Text Example


Text Example

White with #599391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599391; }

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

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

background-color css

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

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

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

border-color css

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

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

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