Shades of Half Baked #598685
Tints of Half Baked #598685
RGB
CMYK
RGB Variations
Color information
#598685 (or 0x598685) is known color: Half Baked. HEX triplet: 59, 86 and 85. RGB value is (89,134,133). Sum of RGB (Red+Green+Blue) = 89+134+133=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #598685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598685 is #A6797A. Grayscale: #787878. Windows color (decimal): -10910075 or 8750681. OLE color: 8750681.
HSL color Cylindrical-coordinate representation of color #598685: hue angle of 178.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #598685 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 133 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.47 |
| HSL | 178.67º | 0.2% | 0.44% | - |
| HSV(B) | 178.67º | 0.34% | 0.53% | - |
| XYZ | 16.88 | 20.87 | 25.33 | - |
| YUV | 120.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 133 | 0.34 | 0 | 0.01 | 0.47 | 178.67 | 0.2 | 0.44 |
| Hex | 59 | 86 | 85 | 22 | 0 | 1 | 2F | B3 | 14 | 2C |
| Octal | 131 | 206 | 205 | 42 | 0 | 1 | 57 | 263 | 24 | 54 |
| Binary | 1011001 | 10000110 | 10000101 | 100010 | 0 | 1 | 101111 | 10110011 | 10100 | 101100 |
Color Harmonies of #598685
Complementary color
Monochromatic Colors of #598685
Black with #598685
Text Example
Text Example
White with #598685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598685; }
p { color: rgb(89,134,133); }
H1.HeaderClassName
{
color: #598685;
}
.AnyTagClassName
{
color: #598685;
}
</style>
background-color css
<style>
a { background-color: #598685; }
a { background-color: rgb(89,134,133); }
div.DivClassName
{
background-color: #598685;
}
.BgClassName
{
background-color: #598685;
}
</style>
border-color css
<style>
span { border-color: #598685; }
span { border-color: rgb(89,134,133); }
td.TdClassName
{
border-color: #598685;
}
.TagClassName
{
border-color: #598685;
}
</style>