Shades of Half Baked #569299
Tints of Half Baked #569299
RGB
CMYK
RGB Variations
Color information
#569299 (or 0x569299) is known color: Half Baked. HEX triplet: 56, 92 and 99. RGB value is (86,146,153). Sum of RGB (Red+Green+Blue) = 86+146+153=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 146 (57.42% from 255 or 37.92% 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 #569299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569299 is #A96D66. Grayscale: #808080. Windows color (decimal): -11103591 or 10064470. OLE color: 10064470.
HSL color Cylindrical-coordinate representation of color #569299: hue angle of 186.27º 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 #569299 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 146 | 153 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.4 |
| HSL | 186.27º | 0.28% | 0.47% | - |
| HSV(B) | 186.27º | 0.44% | 0.6% | - |
| XYZ | 19.87 | 24.84 | 33.88 | - |
| YUV | 128.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 153 | 0.44 | 0.05 | 0 | 0.4 | 186.27 | 0.28 | 0.47 |
| Hex | 56 | 92 | 99 | 2C | 5 | 0 | 28 | BA | 1C | 2F |
| Octal | 126 | 222 | 231 | 54 | 5 | 0 | 50 | 272 | 34 | 57 |
| Binary | 1010110 | 10010010 | 10011001 | 101100 | 101 | 0 | 101000 | 10111010 | 11100 | 101111 |
Color Harmonies of #569299
Complementary color
Monochromatic Colors of #569299
Black with #569299
Text Example
Text Example
White with #569299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569299; }
p { color: rgb(86,146,153); }
H1.HeaderClassName
{
color: #569299;
}
.AnyTagClassName
{
color: #569299;
}
</style>
background-color css
<style>
a { background-color: #569299; }
a { background-color: rgb(86,146,153); }
div.DivClassName
{
background-color: #569299;
}
.BgClassName
{
background-color: #569299;
}
</style>
border-color css
<style>
span { border-color: #569299; }
span { border-color: rgb(86,146,153); }
td.TdClassName
{
border-color: #569299;
}
.TagClassName
{
border-color: #569299;
}
</style>