Shades of Half Baked #58898C
Tints of Half Baked #58898C
RGB
CMYK
RGB Variations
Color information
#58898C (or 0x58898C) is known color: Half Baked. HEX triplet: 58, 89 and 8C. RGB value is (88,137,140). Sum of RGB (Red+Green+Blue) = 88+137+140=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #58898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58898C is #A77673. Grayscale: #7A7A7A. Windows color (decimal): -10974836 or 9210200. OLE color: 9210200.
HSL color Cylindrical-coordinate representation of color #58898C: hue angle of 183.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58898C is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 137 | 140 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.45 |
| HSL | 183.46º | 0.23% | 0.45% | - |
| HSV(B) | 183.46º | 0.37% | 0.55% | - |
| XYZ | 17.7 | 21.86 | 28.1 | - |
| YUV | 122.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 140 | 0.37 | 0.02 | 0 | 0.45 | 183.46 | 0.23 | 0.45 |
| Hex | 58 | 89 | 8C | 25 | 2 | 0 | 2D | B7 | 17 | 2D |
| Octal | 130 | 211 | 214 | 45 | 2 | 0 | 55 | 267 | 27 | 55 |
| Binary | 1011000 | 10001001 | 10001100 | 100101 | 10 | 0 | 101101 | 10110111 | 10111 | 101101 |
Color Harmonies of #58898C
Complementary color
Monochromatic Colors of #58898C
Black with #58898C
Text Example
Text Example
White with #58898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58898C; }
p { color: rgb(88,137,140); }
H1.HeaderClassName
{
color: #58898C;
}
.AnyTagClassName
{
color: #58898C;
}
</style>
background-color css
<style>
a { background-color: #58898C; }
a { background-color: rgb(88,137,140); }
div.DivClassName
{
background-color: #58898C;
}
.BgClassName
{
background-color: #58898C;
}
</style>
border-color css
<style>
span { border-color: #58898C; }
span { border-color: rgb(88,137,140); }
td.TdClassName
{
border-color: #58898C;
}
.TagClassName
{
border-color: #58898C;
}
</style>