Shades of Half Baked #588C8D
Tints of Half Baked #588C8D
RGB
CMYK
RGB Variations
Color information
#588C8D (or 0x588C8D) is known color: Half Baked. HEX triplet: 58, 8C and 8D. RGB value is (88,140,141). Sum of RGB (Red+Green+Blue) = 88+140+141=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #588C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C8D is #A77372. Grayscale: #7C7C7C. Windows color (decimal): -10974067 or 9276504. OLE color: 9276504.
HSL color Cylindrical-coordinate representation of color #588C8D: hue angle of 181.13º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588C8D is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 141 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.45 |
| HSL | 181.13º | 0.23% | 0.45% | - |
| HSV(B) | 181.13º | 0.38% | 0.55% | - |
| XYZ | 18.21 | 22.75 | 28.63 | - |
| YUV | 124.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 141 | 0.38 | 0.01 | 0 | 0.45 | 181.13 | 0.23 | 0.45 |
| Hex | 58 | 8C | 8D | 26 | 1 | 0 | 2D | B5 | 17 | 2D |
| Octal | 130 | 214 | 215 | 46 | 1 | 0 | 55 | 265 | 27 | 55 |
| Binary | 1011000 | 10001100 | 10001101 | 100110 | 1 | 0 | 101101 | 10110101 | 10111 | 101101 |
Color Harmonies of #588C8D
Complementary color
Monochromatic Colors of #588C8D
Black with #588C8D
Text Example
Text Example
White with #588C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C8D; }
p { color: rgb(88,140,141); }
H1.HeaderClassName
{
color: #588C8D;
}
.AnyTagClassName
{
color: #588C8D;
}
</style>
background-color css
<style>
a { background-color: #588C8D; }
a { background-color: rgb(88,140,141); }
div.DivClassName
{
background-color: #588C8D;
}
.BgClassName
{
background-color: #588C8D;
}
</style>
border-color css
<style>
span { border-color: #588C8D; }
span { border-color: rgb(88,140,141); }
td.TdClassName
{
border-color: #588C8D;
}
.TagClassName
{
border-color: #588C8D;
}
</style>