Html Css Color HEX #599090 Half Baked

📋 copy color: '#599090'

red 89 ◦ green 144 ◦ blue 144

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

Shades of Half Baked #599090

Tints of Half Baked #599090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 23.61%
G = 38.2%
B = 38.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#599090 (or 0x599090) is known color: Half Baked. HEX triplet: 59, 90 and 90. RGB value is (89,144,144). Sum of RGB (Red+Green+Blue) = 89+144+144=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #599090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599090 is #A66F6F. Grayscale: #7F7F7F. Windows color (decimal): -10907504 or 9474137. OLE color: 9474137.

HSL color Cylindrical-coordinate representation of color #599090: hue angle of 180º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599090 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 144 -
CMYK 0.38 0 0 0.44
HSL 180º 0.24% 0.46% -
HSV(B) 180º 0.38% 0.56% -
XYZ 19.13 24.08 30.03 -
YUV 127.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 89 144 144 0.38 0 0 0.44 180 0.24 0.46
Hex 59 90 90 26 0 0 2C B4 18 2E
Octal 131 220 220 46 0 0 54 264 30 56
Binary 1011001 10010000 10010000 100110 0 0 101100 10110100 11000 101110

Color Harmonies of #599090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599090

Black with #599090

Text Example


Text Example

White with #599090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599090; }

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

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

background-color css

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

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

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

border-color css

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

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

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