Html Css Color HEX #599790 Half Baked

📋 copy color: '#599790'

red 89 ◦ green 151 ◦ blue 144

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

Shades of Half Baked #599790

Tints of Half Baked #599790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 23.18%
G = 39.32%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#599790 (or 0x599790) is known color: Half Baked. HEX triplet: 59, 97 and 90. RGB value is (89,151,144). Sum of RGB (Red+Green+Blue) = 89+151+144=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #599790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599790 is #A6686F. Grayscale: #838383. Windows color (decimal): -10905712 or 9475929. OLE color: 9475929.

HSL color Cylindrical-coordinate representation of color #599790: hue angle of 173.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599790 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 151 144 -
CMYK 0.41 0 0.05 0.41
HSL 173.23º 0.26% 0.47% -
HSV(B) 173.23º 0.41% 0.59% -
XYZ 20.22 26.27 30.39 -
YUV 131.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 89 151 144 0.41 0 0.05 0.41 173.23 0.26 0.47
Hex 59 97 90 29 0 5 29 AD 1A 2F
Octal 131 227 220 51 0 5 51 255 32 57
Binary 1011001 10010111 10010000 101001 0 101 101001 10101101 11010 101111

Color Harmonies of #599790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599790

Black with #599790

Text Example


Text Example

White with #599790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599790; }

 p { color: rgb(89,151,144); }

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

background-color css

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

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

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

border-color css

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

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

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