Shades of Half Baked #598C90
Tints of Half Baked #598C90
RGB
CMYK
RGB Variations
Color information
#598C90 (or 0x598C90) is known color: Half Baked. HEX triplet: 59, 8C and 90. RGB value is (89,140,144). Sum of RGB (Red+Green+Blue) = 89+140+144=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #598C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598C90 is #A6736F. Grayscale: #7D7D7D. Windows color (decimal): -10908528 or 9473113. OLE color: 9473113.
HSL color Cylindrical-coordinate representation of color #598C90: hue angle of 184.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598C90 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 140 | 144 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.44 |
| HSL | 184.36º | 0.24% | 0.46% | - |
| HSV(B) | 184.36º | 0.38% | 0.56% | - |
| XYZ | 18.53 | 22.89 | 29.83 | - |
| YUV | 125.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 144 | 0.38 | 0.03 | 0 | 0.44 | 184.36 | 0.24 | 0.46 |
| Hex | 59 | 8C | 90 | 26 | 3 | 0 | 2C | B8 | 18 | 2E |
| Octal | 131 | 214 | 220 | 46 | 3 | 0 | 54 | 270 | 30 | 56 |
| Binary | 1011001 | 10001100 | 10010000 | 100110 | 11 | 0 | 101100 | 10111000 | 11000 | 101110 |
Color Harmonies of #598C90
Complementary color
Monochromatic Colors of #598C90
Black with #598C90
Text Example
Text Example
White with #598C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598C90; }
p { color: rgb(89,140,144); }
H1.HeaderClassName
{
color: #598C90;
}
.AnyTagClassName
{
color: #598C90;
}
</style>
background-color css
<style>
a { background-color: #598C90; }
a { background-color: rgb(89,140,144); }
div.DivClassName
{
background-color: #598C90;
}
.BgClassName
{
background-color: #598C90;
}
</style>
border-color css
<style>
span { border-color: #598C90; }
span { border-color: rgb(89,140,144); }
td.TdClassName
{
border-color: #598C90;
}
.TagClassName
{
border-color: #598C90;
}
</style>