Shades of Half Baked #578885
Tints of Half Baked #578885
RGB
CMYK
RGB Variations
Color information
#578885 (or 0x578885) is known color: Half Baked. HEX triplet: 57, 88 and 85. RGB value is (87,136,133). Sum of RGB (Red+Green+Blue) = 87+136+133=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #578885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578885 is #A8777A. Grayscale: #787878. Windows color (decimal): -11040635 or 8751191. OLE color: 8751191.
HSL color Cylindrical-coordinate representation of color #578885: hue angle of 176.33º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578885 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 136 | 133 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.47 |
| HSL | 176.33º | 0.22% | 0.44% | - |
| HSV(B) | 176.33º | 0.36% | 0.53% | - |
| XYZ | 16.97 | 21.33 | 25.41 | - |
| YUV | 121.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 133 | 0.36 | 0 | 0.02 | 0.47 | 176.33 | 0.22 | 0.44 |
| Hex | 57 | 88 | 85 | 24 | 0 | 2 | 2F | B0 | 16 | 2C |
| Octal | 127 | 210 | 205 | 44 | 0 | 2 | 57 | 260 | 26 | 54 |
| Binary | 1010111 | 10001000 | 10000101 | 100100 | 0 | 10 | 101111 | 10110000 | 10110 | 101100 |
Color Harmonies of #578885
Complementary color
Monochromatic Colors of #578885
Black with #578885
Text Example
Text Example
White with #578885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578885; }
p { color: rgb(87,136,133); }
H1.HeaderClassName
{
color: #578885;
}
.AnyTagClassName
{
color: #578885;
}
</style>
background-color css
<style>
a { background-color: #578885; }
a { background-color: rgb(87,136,133); }
div.DivClassName
{
background-color: #578885;
}
.BgClassName
{
background-color: #578885;
}
</style>
border-color css
<style>
span { border-color: #578885; }
span { border-color: rgb(87,136,133); }
td.TdClassName
{
border-color: #578885;
}
.TagClassName
{
border-color: #578885;
}
</style>