Shades of Half Baked #578488
Tints of Half Baked #578488
RGB
CMYK
RGB Variations
Color information
#578488 (or 0x578488) is known color: Half Baked. HEX triplet: 57, 84 and 88. RGB value is (87,132,136). Sum of RGB (Red+Green+Blue) = 87+132+136=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #578488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578488 is #A87B77. Grayscale: #767676. Windows color (decimal): -11041656 or 8946775. OLE color: 8946775.
HSL color Cylindrical-coordinate representation of color #578488: hue angle of 184.9º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578488 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 132 | 136 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.47 |
| HSL | 184.9º | 0.22% | 0.44% | - |
| HSV(B) | 184.9º | 0.36% | 0.53% | - |
| XYZ | 16.63 | 20.31 | 26.34 | - |
| YUV | 119 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 136 | 0.36 | 0.03 | 0 | 0.47 | 184.9 | 0.22 | 0.44 |
| Hex | 57 | 84 | 88 | 24 | 3 | 0 | 2F | B9 | 16 | 2C |
| Octal | 127 | 204 | 210 | 44 | 3 | 0 | 57 | 271 | 26 | 54 |
| Binary | 1010111 | 10000100 | 10001000 | 100100 | 11 | 0 | 101111 | 10111001 | 10110 | 101100 |
Color Harmonies of #578488
Complementary color
Monochromatic Colors of #578488
Black with #578488
Text Example
Text Example
White with #578488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578488; }
p { color: rgb(87,132,136); }
H1.HeaderClassName
{
color: #578488;
}
.AnyTagClassName
{
color: #578488;
}
</style>
background-color css
<style>
a { background-color: #578488; }
a { background-color: rgb(87,132,136); }
div.DivClassName
{
background-color: #578488;
}
.BgClassName
{
background-color: #578488;
}
</style>
border-color css
<style>
span { border-color: #578488; }
span { border-color: rgb(87,132,136); }
td.TdClassName
{
border-color: #578488;
}
.TagClassName
{
border-color: #578488;
}
</style>