Html Css Color HEX #599291 Half Baked

📋 copy color: '#599291'

red 89 ◦ green 146 ◦ blue 145

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

Shades of Half Baked #599291

Tints of Half Baked #599291

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 89 146 145 -
CMYK 0.39 0 0.01 0.43
HSL 178.95º 0.24% 0.46% -
HSV(B) 178.95º 0.39% 0.57% -
XYZ 19.51 24.73 30.53 -
YUV 128.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 89 146 145 0.39 0 0.01 0.43 178.95 0.24 0.46
Hex 59 92 91 27 0 1 2B B3 18 2E
Octal 131 222 221 47 0 1 53 263 30 56
Binary 1011001 10010010 10010001 100111 0 1 101011 10110011 11000 101110

Color Harmonies of #599291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599291

Black with #599291

Text Example


Text Example

White with #599291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599291; }

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

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

background-color css

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

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

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

border-color css

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

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

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