Html Css Color HEX #599191 Half Baked

📋 copy color: '#599191'

red 89 ◦ green 145 ◦ blue 145

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

Shades of Half Baked #599191

Tints of Half Baked #599191

RGB

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

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

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

R = 23.48%
G = 38.26%
B = 38.26%

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

#599191 (or 0x599191) is known color: Half Baked. HEX triplet: 59, 91 and 91. RGB value is (89,145,145). Sum of RGB (Red+Green+Blue) = 89+145+145=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #599191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599191 is #A66E6E. Grayscale: #808080. Windows color (decimal): -10907247 or 9539929. OLE color: 9539929.

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

Color convert

RGB 89 145 145 -
CMYK 0.39 0 0 0.43
HSL 180º 0.24% 0.46% -
HSV(B) 180º 0.39% 0.57% -
XYZ 19.36 24.42 30.48 -
YUV 128.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 89 145 145 0.39 0 0 0.43 180 0.24 0.46
Hex 59 91 91 27 0 0 2B B4 18 2E
Octal 131 221 221 47 0 0 53 264 30 56
Binary 1011001 10010001 10010001 100111 0 0 101011 10110100 11000 101110

Color Harmonies of #599191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599191

Black with #599191

Text Example


Text Example

White with #599191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599191; }

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

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

background-color css

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

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

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

border-color css

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

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

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