Shades of Half Baked #578D99
Tints of Half Baked #578D99
RGB
CMYK
RGB Variations
Color information
#578D99 (or 0x578D99) is known color: Half Baked. HEX triplet: 57, 8D and 99. RGB value is (87,141,153). Sum of RGB (Red+Green+Blue) = 87+141+153=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #578D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D99 is #A87266. Grayscale: #7E7E7E. Windows color (decimal): -11039335 or 10063191. OLE color: 10063191.
HSL color Cylindrical-coordinate representation of color #578D99: hue angle of 190.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578D99 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 141 | 153 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.4 |
| HSL | 190.91º | 0.28% | 0.47% | - |
| HSV(B) | 190.91º | 0.43% | 0.6% | - |
| XYZ | 19.21 | 23.38 | 33.64 | - |
| YUV | 126.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 141 | 153 | 0.43 | 0.08 | 0 | 0.4 | 190.91 | 0.28 | 0.47 |
| Hex | 57 | 8D | 99 | 2B | 8 | 0 | 28 | BF | 1C | 2F |
| Octal | 127 | 215 | 231 | 53 | 10 | 0 | 50 | 277 | 34 | 57 |
| Binary | 1010111 | 10001101 | 10011001 | 101011 | 1000 | 0 | 101000 | 10111111 | 11100 | 101111 |
Color Harmonies of #578D99
Complementary color
Monochromatic Colors of #578D99
Black with #578D99
Text Example
Text Example
White with #578D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578D99; }
p { color: rgb(87,141,153); }
H1.HeaderClassName
{
color: #578D99;
}
.AnyTagClassName
{
color: #578D99;
}
</style>
background-color css
<style>
a { background-color: #578D99; }
a { background-color: rgb(87,141,153); }
div.DivClassName
{
background-color: #578D99;
}
.BgClassName
{
background-color: #578D99;
}
</style>
border-color css
<style>
span { border-color: #578D99; }
span { border-color: rgb(87,141,153); }
td.TdClassName
{
border-color: #578D99;
}
.TagClassName
{
border-color: #578D99;
}
</style>