Shades of Half Baked #569996
Tints of Half Baked #569996
RGB
CMYK
RGB Variations
Color information
#569996 (or 0x569996) is known color: Half Baked. HEX triplet: 56, 99 and 96. RGB value is (86,153,150). Sum of RGB (Red+Green+Blue) = 86+153+150=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #569996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569996 is #A96669. Grayscale: #848484. Windows color (decimal): -11101802 or 9869654. OLE color: 9869654.
HSL color Cylindrical-coordinate representation of color #569996: hue angle of 177.31º 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 #569996 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 150 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.4 |
| HSL | 177.31º | 0.28% | 0.47% | - |
| HSV(B) | 177.31º | 0.44% | 0.6% | - |
| XYZ | 20.73 | 26.96 | 32.97 | - |
| YUV | 132.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 150 | 0.44 | 0 | 0.02 | 0.4 | 177.31 | 0.28 | 0.47 |
| Hex | 56 | 99 | 96 | 2C | 0 | 2 | 28 | B1 | 1C | 2F |
| Octal | 126 | 231 | 226 | 54 | 0 | 2 | 50 | 261 | 34 | 57 |
| Binary | 1010110 | 10011001 | 10010110 | 101100 | 0 | 10 | 101000 | 10110001 | 11100 | 101111 |
Color Harmonies of #569996
Complementary color
Monochromatic Colors of #569996
Black with #569996
Text Example
Text Example
White with #569996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569996; }
p { color: rgb(86,153,150); }
H1.HeaderClassName
{
color: #569996;
}
.AnyTagClassName
{
color: #569996;
}
</style>
background-color css
<style>
a { background-color: #569996; }
a { background-color: rgb(86,153,150); }
div.DivClassName
{
background-color: #569996;
}
.BgClassName
{
background-color: #569996;
}
</style>
border-color css
<style>
span { border-color: #569996; }
span { border-color: rgb(86,153,150); }
td.TdClassName
{
border-color: #569996;
}
.TagClassName
{
border-color: #569996;
}
</style>