Shades of Half Baked #578C93
Tints of Half Baked #578C93
RGB
CMYK
RGB Variations
Color information
#578C93 (or 0x578C93) is known color: Half Baked. HEX triplet: 57, 8C and 93. RGB value is (87,140,147). Sum of RGB (Red+Green+Blue) = 87+140+147=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #578C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C93 is #A8736C. Grayscale: #7C7C7C. Windows color (decimal): -11039597 or 9669719. OLE color: 9669719.
HSL color Cylindrical-coordinate representation of color #578C93: hue angle of 187º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #578C93 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 140 | 147 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.42 |
| HSL | 187º | 0.26% | 0.46% | - |
| HSV(B) | 187º | 0.41% | 0.58% | - |
| XYZ | 18.58 | 22.89 | 31.04 | - |
| YUV | 124.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 147 | 0.41 | 0.05 | 0 | 0.42 | 187 | 0.26 | 0.46 |
| Hex | 57 | 8C | 93 | 29 | 5 | 0 | 2A | BB | 1A | 2E |
| Octal | 127 | 214 | 223 | 51 | 5 | 0 | 52 | 273 | 32 | 56 |
| Binary | 1010111 | 10001100 | 10010011 | 101001 | 101 | 0 | 101010 | 10111011 | 11010 | 101110 |
Color Harmonies of #578C93
Complementary color
Monochromatic Colors of #578C93
Black with #578C93
Text Example
Text Example
White with #578C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578C93; }
p { color: rgb(87,140,147); }
H1.HeaderClassName
{
color: #578C93;
}
.AnyTagClassName
{
color: #578C93;
}
</style>
background-color css
<style>
a { background-color: #578C93; }
a { background-color: rgb(87,140,147); }
div.DivClassName
{
background-color: #578C93;
}
.BgClassName
{
background-color: #578C93;
}
</style>
border-color css
<style>
span { border-color: #578C93; }
span { border-color: rgb(87,140,147); }
td.TdClassName
{
border-color: #578C93;
}
.TagClassName
{
border-color: #578C93;
}
</style>