Shades of Half Baked #598A8B
Tints of Half Baked #598A8B
RGB
CMYK
RGB Variations
Color information
#598A8B (or 0x598A8B) is known color: Half Baked. HEX triplet: 59, 8A and 8B. RGB value is (89,138,139). Sum of RGB (Red+Green+Blue) = 89+138+139=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #598A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A8B is #A67574. Grayscale: #7B7B7B. Windows color (decimal): -10909045 or 9144921. OLE color: 9144921.
HSL color Cylindrical-coordinate representation of color #598A8B: hue angle of 181.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598A8B is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 138 | 139 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.45 |
| HSL | 181.2º | 0.22% | 0.45% | - |
| HSV(B) | 181.2º | 0.36% | 0.55% | - |
| XYZ | 17.87 | 22.16 | 27.76 | - |
| YUV | 123.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 139 | 0.36 | 0.01 | 0 | 0.45 | 181.2 | 0.22 | 0.45 |
| Hex | 59 | 8A | 8B | 24 | 1 | 0 | 2D | B5 | 16 | 2D |
| Octal | 131 | 212 | 213 | 44 | 1 | 0 | 55 | 265 | 26 | 55 |
| Binary | 1011001 | 10001010 | 10001011 | 100100 | 1 | 0 | 101101 | 10110101 | 10110 | 101101 |
Color Harmonies of #598A8B
Complementary color
Monochromatic Colors of #598A8B
Black with #598A8B
Text Example
Text Example
White with #598A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A8B; }
p { color: rgb(89,138,139); }
H1.HeaderClassName
{
color: #598A8B;
}
.AnyTagClassName
{
color: #598A8B;
}
</style>
background-color css
<style>
a { background-color: #598A8B; }
a { background-color: rgb(89,138,139); }
div.DivClassName
{
background-color: #598A8B;
}
.BgClassName
{
background-color: #598A8B;
}
</style>
border-color css
<style>
span { border-color: #598A8B; }
span { border-color: rgb(89,138,139); }
td.TdClassName
{
border-color: #598A8B;
}
.TagClassName
{
border-color: #598A8B;
}
</style>