Shades of Half Baked #579895
Tints of Half Baked #579895
RGB
CMYK
RGB Variations
Color information
#579895 (or 0x579895) is known color: Half Baked. HEX triplet: 57, 98 and 95. RGB value is (87,152,149). Sum of RGB (Red+Green+Blue) = 87+152+149=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #579895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579895 is #A8676A. Grayscale: #848484. Windows color (decimal): -11036523 or 9803863. OLE color: 9803863.
HSL color Cylindrical-coordinate representation of color #579895: hue angle of 177.23º degrees, saturation: 0.27, 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 #579895 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 152 | 149 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.40 |
| HSL | 177.23º | 0.27% | 0.47% | - |
| HSV(B) | 177.23º | 0.43% | 0.6% | - |
| XYZ | 20.58 | 26.65 | 32.49 | - |
| YUV | 132.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 152 | 149 | 0.43 | 0 | 0.02 | 0.40 | 177.23 | 0.27 | 0.47 |
| Hex | 57 | 98 | 95 | 2B | 0 | 2 | 28 | B1 | 1B | 2F |
| Octal | 127 | 230 | 225 | 53 | 0 | 2 | 50 | 261 | 33 | 57 |
| Binary | 1010111 | 10011000 | 10010101 | 101011 | 0 | 10 | 101000 | 10110001 | 11011 | 101111 |
Color Harmonies of #579895
Complementary color
Monochromatic Colors of #579895
Black with #579895
Text Example
Text Example
White with #579895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579895; }
p { color: rgb(87,152,149); }
H1.HeaderClassName
{
color: #579895;
}
.AnyTagClassName
{
color: #579895;
}
</style>
background-color css
<style>
a { background-color: #579895; }
a { background-color: rgb(87,152,149); }
div.DivClassName
{
background-color: #579895;
}
.BgClassName
{
background-color: #579895;
}
</style>
border-color css
<style>
span { border-color: #579895; }
span { border-color: rgb(87,152,149); }
td.TdClassName
{
border-color: #579895;
}
.TagClassName
{
border-color: #579895;
}
</style>