Shades of Half Baked #598388
Tints of Half Baked #598388
RGB
CMYK
RGB Variations
Color information
#598388 (or 0x598388) is known color: Half Baked. HEX triplet: 59, 83 and 88. RGB value is (89,131,136). Sum of RGB (Red+Green+Blue) = 89+131+136=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #598388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598388 is #A67C77. Grayscale: #767676. Windows color (decimal): -10910840 or 8946521. OLE color: 8946521.
HSL color Cylindrical-coordinate representation of color #598388: hue angle of 186.38º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598388 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 131 | 136 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.47 |
| HSL | 186.38º | 0.21% | 0.44% | - |
| HSV(B) | 186.38º | 0.35% | 0.53% | - |
| XYZ | 16.68 | 20.13 | 26.3 | - |
| YUV | 119.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 136 | 0.35 | 0.04 | 0 | 0.47 | 186.38 | 0.21 | 0.44 |
| Hex | 59 | 83 | 88 | 23 | 4 | 0 | 2F | BA | 15 | 2C |
| Octal | 131 | 203 | 210 | 43 | 4 | 0 | 57 | 272 | 25 | 54 |
| Binary | 1011001 | 10000011 | 10001000 | 100011 | 100 | 0 | 101111 | 10111010 | 10101 | 101100 |
Color Harmonies of #598388
Complementary color
Monochromatic Colors of #598388
Black with #598388
Text Example
Text Example
White with #598388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598388; }
p { color: rgb(89,131,136); }
H1.HeaderClassName
{
color: #598388;
}
.AnyTagClassName
{
color: #598388;
}
</style>
background-color css
<style>
a { background-color: #598388; }
a { background-color: rgb(89,131,136); }
div.DivClassName
{
background-color: #598388;
}
.BgClassName
{
background-color: #598388;
}
</style>
border-color css
<style>
span { border-color: #598388; }
span { border-color: rgb(89,131,136); }
td.TdClassName
{
border-color: #598388;
}
.TagClassName
{
border-color: #598388;
}
</style>