Shades of Half Baked #578F8A
Tints of Half Baked #578F8A
RGB
CMYK
RGB Variations
Color information
#578F8A (or 0x578F8A) is known color: Half Baked. HEX triplet: 57, 8F and 8A. RGB value is (87,143,138). Sum of RGB (Red+Green+Blue) = 87+143+138=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #578F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578F8A is #A87075. Grayscale: #7D7D7D. Windows color (decimal): -11038838 or 9080663. OLE color: 9080663.
HSL color Cylindrical-coordinate representation of color #578F8A: hue angle of 174.64º 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 #578F8A is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 138 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.44 |
| HSL | 174.64º | 0.24% | 0.45% | - |
| HSV(B) | 174.64º | 0.39% | 0.56% | - |
| XYZ | 18.34 | 23.51 | 27.62 | - |
| YUV | 125.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 138 | 0.39 | 0 | 0.03 | 0.44 | 174.64 | 0.24 | 0.45 |
| Hex | 57 | 8F | 8A | 27 | 0 | 3 | 2C | AF | 18 | 2D |
| Octal | 127 | 217 | 212 | 47 | 0 | 3 | 54 | 257 | 30 | 55 |
| Binary | 1010111 | 10001111 | 10001010 | 100111 | 0 | 11 | 101100 | 10101111 | 11000 | 101101 |
Color Harmonies of #578F8A
Complementary color
Monochromatic Colors of #578F8A
Black with #578F8A
Text Example
Text Example
White with #578F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F8A; }
p { color: rgb(87,143,138); }
H1.HeaderClassName
{
color: #578F8A;
}
.AnyTagClassName
{
color: #578F8A;
}
</style>
background-color css
<style>
a { background-color: #578F8A; }
a { background-color: rgb(87,143,138); }
div.DivClassName
{
background-color: #578F8A;
}
.BgClassName
{
background-color: #578F8A;
}
</style>
border-color css
<style>
span { border-color: #578F8A; }
span { border-color: rgb(87,143,138); }
td.TdClassName
{
border-color: #578F8A;
}
.TagClassName
{
border-color: #578F8A;
}
</style>