Shades of Half Baked #598689
Tints of Half Baked #598689
RGB
CMYK
RGB Variations
Color information
#598689 (or 0x598689) is known color: Half Baked. HEX triplet: 59, 86 and 89. RGB value is (89,134,137). Sum of RGB (Red+Green+Blue) = 89+134+137=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #598689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598689 is #A67976. Grayscale: #787878. Windows color (decimal): -10910071 or 9012825. OLE color: 9012825.
HSL color Cylindrical-coordinate representation of color #598689: hue angle of 183.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598689 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 134 | 137 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.46 |
| HSL | 183.75º | 0.21% | 0.44% | - |
| HSV(B) | 183.75º | 0.35% | 0.54% | - |
| XYZ | 17.16 | 20.98 | 26.81 | - |
| YUV | 120.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 137 | 0.35 | 0.02 | 0 | 0.46 | 183.75 | 0.21 | 0.44 |
| Hex | 59 | 86 | 89 | 23 | 2 | 0 | 2E | B8 | 15 | 2C |
| Octal | 131 | 206 | 211 | 43 | 2 | 0 | 56 | 270 | 25 | 54 |
| Binary | 1011001 | 10000110 | 10001001 | 100011 | 10 | 0 | 101110 | 10111000 | 10101 | 101100 |
Color Harmonies of #598689
Complementary color
Monochromatic Colors of #598689
Black with #598689
Text Example
Text Example
White with #598689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598689; }
p { color: rgb(89,134,137); }
H1.HeaderClassName
{
color: #598689;
}
.AnyTagClassName
{
color: #598689;
}
</style>
background-color css
<style>
a { background-color: #598689; }
a { background-color: rgb(89,134,137); }
div.DivClassName
{
background-color: #598689;
}
.BgClassName
{
background-color: #598689;
}
</style>
border-color css
<style>
span { border-color: #598689; }
span { border-color: rgb(89,134,137); }
td.TdClassName
{
border-color: #598689;
}
.TagClassName
{
border-color: #598689;
}
</style>