Shades of Half Baked #569599
Tints of Half Baked #569599
RGB
CMYK
RGB Variations
Color information
#569599 (or 0x569599) is known color: Half Baked. HEX triplet: 56, 95 and 99. RGB value is (86,149,153). Sum of RGB (Red+Green+Blue) = 86+149+153=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #569599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569599 is #A96A66. Grayscale: #828282. Windows color (decimal): -11102823 or 10065238. OLE color: 10065238.
HSL color Cylindrical-coordinate representation of color #569599: hue angle of 183.58º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #569599 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 149 | 153 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.4 |
| HSL | 183.58º | 0.28% | 0.47% | - |
| HSV(B) | 183.58º | 0.44% | 0.6% | - |
| XYZ | 20.33 | 25.77 | 34.04 | - |
| YUV | 130.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 153 | 0.44 | 0.03 | 0 | 0.4 | 183.58 | 0.28 | 0.47 |
| Hex | 56 | 95 | 99 | 2C | 3 | 0 | 28 | B8 | 1C | 2F |
| Octal | 126 | 225 | 231 | 54 | 3 | 0 | 50 | 270 | 34 | 57 |
| Binary | 1010110 | 10010101 | 10011001 | 101100 | 11 | 0 | 101000 | 10111000 | 11100 | 101111 |
Color Harmonies of #569599
Complementary color
Monochromatic Colors of #569599
Black with #569599
Text Example
Text Example
White with #569599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569599; }
p { color: rgb(86,149,153); }
H1.HeaderClassName
{
color: #569599;
}
.AnyTagClassName
{
color: #569599;
}
</style>
background-color css
<style>
a { background-color: #569599; }
a { background-color: rgb(86,149,153); }
div.DivClassName
{
background-color: #569599;
}
.BgClassName
{
background-color: #569599;
}
</style>
border-color css
<style>
span { border-color: #569599; }
span { border-color: rgb(86,149,153); }
td.TdClassName
{
border-color: #569599;
}
.TagClassName
{
border-color: #569599;
}
</style>