Shades of Half Baked #578F8C
Tints of Half Baked #578F8C
RGB
CMYK
RGB Variations
Color information
#578F8C (or 0x578F8C) is known color: Half Baked. HEX triplet: 57, 8F and 8C. RGB value is (87,143,140). Sum of RGB (Red+Green+Blue) = 87+143+140=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #578F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578F8C is #A87073. Grayscale: #7D7D7D. Windows color (decimal): -11038836 or 9211735. OLE color: 9211735.
HSL color Cylindrical-coordinate representation of color #578F8C: hue angle of 176.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578F8C is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 140 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.44 |
| HSL | 176.79º | 0.24% | 0.45% | - |
| HSV(B) | 176.79º | 0.39% | 0.56% | - |
| XYZ | 18.49 | 23.56 | 28.39 | - |
| YUV | 125.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 140 | 0.39 | 0 | 0.02 | 0.44 | 176.79 | 0.24 | 0.45 |
| Hex | 57 | 8F | 8C | 27 | 0 | 2 | 2C | B1 | 18 | 2D |
| Octal | 127 | 217 | 214 | 47 | 0 | 2 | 54 | 261 | 30 | 55 |
| Binary | 1010111 | 10001111 | 10001100 | 100111 | 0 | 10 | 101100 | 10110001 | 11000 | 101101 |
Color Harmonies of #578F8C
Complementary color
Monochromatic Colors of #578F8C
Black with #578F8C
Text Example
Text Example
White with #578F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F8C; }
p { color: rgb(87,143,140); }
H1.HeaderClassName
{
color: #578F8C;
}
.AnyTagClassName
{
color: #578F8C;
}
</style>
background-color css
<style>
a { background-color: #578F8C; }
a { background-color: rgb(87,143,140); }
div.DivClassName
{
background-color: #578F8C;
}
.BgClassName
{
background-color: #578F8C;
}
</style>
border-color css
<style>
span { border-color: #578F8C; }
span { border-color: rgb(87,143,140); }
td.TdClassName
{
border-color: #578F8C;
}
.TagClassName
{
border-color: #578F8C;
}
</style>