Shades of Half Baked #579199
Tints of Half Baked #579199
RGB
CMYK
RGB Variations
Color information
#579199 (or 0x579199) is known color: Half Baked. HEX triplet: 57, 91 and 99. RGB value is (87,145,153). Sum of RGB (Red+Green+Blue) = 87+145+153=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #579199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579199 is #A86E66. Grayscale: #808080. Windows color (decimal): -11038311 or 10064215. OLE color: 10064215.
HSL color Cylindrical-coordinate representation of color #579199: hue angle of 187.27º 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 #579199 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 145 | 153 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.4 |
| HSL | 187.27º | 0.28% | 0.47% | - |
| HSV(B) | 187.27º | 0.43% | 0.6% | - |
| XYZ | 19.81 | 24.58 | 33.84 | - |
| YUV | 128.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 153 | 0.43 | 0.05 | 0 | 0.4 | 187.27 | 0.28 | 0.47 |
| Hex | 57 | 91 | 99 | 2B | 5 | 0 | 28 | BB | 1C | 2F |
| Octal | 127 | 221 | 231 | 53 | 5 | 0 | 50 | 273 | 34 | 57 |
| Binary | 1010111 | 10010001 | 10011001 | 101011 | 101 | 0 | 101000 | 10111011 | 11100 | 101111 |
Color Harmonies of #579199
Complementary color
Monochromatic Colors of #579199
Black with #579199
Text Example
Text Example
White with #579199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579199; }
p { color: rgb(87,145,153); }
H1.HeaderClassName
{
color: #579199;
}
.AnyTagClassName
{
color: #579199;
}
</style>
background-color css
<style>
a { background-color: #579199; }
a { background-color: rgb(87,145,153); }
div.DivClassName
{
background-color: #579199;
}
.BgClassName
{
background-color: #579199;
}
</style>
border-color css
<style>
span { border-color: #579199; }
span { border-color: rgb(87,145,153); }
td.TdClassName
{
border-color: #579199;
}
.TagClassName
{
border-color: #579199;
}
</style>