Shades of Half Baked #598588
Tints of Half Baked #598588
RGB
CMYK
RGB Variations
Color information
#598588 (or 0x598588) is known color: Half Baked. HEX triplet: 59, 85 and 88. RGB value is (89,133,136). Sum of RGB (Red+Green+Blue) = 89+133+136=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #598588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598588 is #A67A77. Grayscale: #787878. Windows color (decimal): -10910328 or 8947033. OLE color: 8947033.
HSL color Cylindrical-coordinate representation of color #598588: hue angle of 183.83º 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 #598588 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 133 | 136 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.47 |
| HSL | 183.83º | 0.21% | 0.44% | - |
| HSV(B) | 183.83º | 0.35% | 0.53% | - |
| XYZ | 16.95 | 20.68 | 26.39 | - |
| YUV | 120.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 136 | 0.35 | 0.02 | 0 | 0.47 | 183.83 | 0.21 | 0.44 |
| Hex | 59 | 85 | 88 | 23 | 2 | 0 | 2F | B8 | 15 | 2C |
| Octal | 131 | 205 | 210 | 43 | 2 | 0 | 57 | 270 | 25 | 54 |
| Binary | 1011001 | 10000101 | 10001000 | 100011 | 10 | 0 | 101111 | 10111000 | 10101 | 101100 |
Color Harmonies of #598588
Complementary color
Monochromatic Colors of #598588
Black with #598588
Text Example
Text Example
White with #598588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598588; }
p { color: rgb(89,133,136); }
H1.HeaderClassName
{
color: #598588;
}
.AnyTagClassName
{
color: #598588;
}
</style>
background-color css
<style>
a { background-color: #598588; }
a { background-color: rgb(89,133,136); }
div.DivClassName
{
background-color: #598588;
}
.BgClassName
{
background-color: #598588;
}
</style>
border-color css
<style>
span { border-color: #598588; }
span { border-color: rgb(89,133,136); }
td.TdClassName
{
border-color: #598588;
}
.TagClassName
{
border-color: #598588;
}
</style>