Shades of Half Baked #578B8A
Tints of Half Baked #578B8A
RGB
CMYK
RGB Variations
Color information
#578B8A (or 0x578B8A) is known color: Half Baked. HEX triplet: 57, 8B and 8A. RGB value is (87,139,138). Sum of RGB (Red+Green+Blue) = 87+139+138=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #578B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B8A is #A87475. Grayscale: #7B7B7B. Windows color (decimal): -11039862 or 9079639. OLE color: 9079639.
HSL color Cylindrical-coordinate representation of color #578B8A: hue angle of 178.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B8A is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 138 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.45 |
| HSL | 178.85º | 0.23% | 0.44% | - |
| HSV(B) | 178.85º | 0.37% | 0.55% | - |
| XYZ | 17.75 | 22.33 | 27.42 | - |
| YUV | 123.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 138 | 0.37 | 0 | 0.01 | 0.45 | 178.85 | 0.23 | 0.44 |
| Hex | 57 | 8B | 8A | 25 | 0 | 1 | 2D | B3 | 17 | 2C |
| Octal | 127 | 213 | 212 | 45 | 0 | 1 | 55 | 263 | 27 | 54 |
| Binary | 1010111 | 10001011 | 10001010 | 100101 | 0 | 1 | 101101 | 10110011 | 10111 | 101100 |
Color Harmonies of #578B8A
Complementary color
Monochromatic Colors of #578B8A
Black with #578B8A
Text Example
Text Example
White with #578B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B8A; }
p { color: rgb(87,139,138); }
H1.HeaderClassName
{
color: #578B8A;
}
.AnyTagClassName
{
color: #578B8A;
}
</style>
background-color css
<style>
a { background-color: #578B8A; }
a { background-color: rgb(87,139,138); }
div.DivClassName
{
background-color: #578B8A;
}
.BgClassName
{
background-color: #578B8A;
}
</style>
border-color css
<style>
span { border-color: #578B8A; }
span { border-color: rgb(87,139,138); }
td.TdClassName
{
border-color: #578B8A;
}
.TagClassName
{
border-color: #578B8A;
}
</style>