Shades of Half Baked #568F99
Tints of Half Baked #568F99
RGB
CMYK
RGB Variations
Color information
#568F99 (or 0x568F99) is known color: Half Baked. HEX triplet: 56, 8F and 99. RGB value is (86,143,153). Sum of RGB (Red+Green+Blue) = 86+143+153=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #568F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568F99 is #A97066. Grayscale: #7E7E7E. Windows color (decimal): -11104359 or 10063702. OLE color: 10063702.
HSL color Cylindrical-coordinate representation of color #568F99: hue angle of 188.96º 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 #568F99 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 143 | 153 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.4 |
| HSL | 188.96º | 0.28% | 0.47% | - |
| HSV(B) | 188.96º | 0.44% | 0.6% | - |
| XYZ | 19.41 | 23.92 | 33.73 | - |
| YUV | 127.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 153 | 0.44 | 0.07 | 0 | 0.4 | 188.96 | 0.28 | 0.47 |
| Hex | 56 | 8F | 99 | 2C | 7 | 0 | 28 | BD | 1C | 2F |
| Octal | 126 | 217 | 231 | 54 | 7 | 0 | 50 | 275 | 34 | 57 |
| Binary | 1010110 | 10001111 | 10011001 | 101100 | 111 | 0 | 101000 | 10111101 | 11100 | 101111 |
Color Harmonies of #568F99
Complementary color
Monochromatic Colors of #568F99
Black with #568F99
Text Example
Text Example
White with #568F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568F99; }
p { color: rgb(86,143,153); }
H1.HeaderClassName
{
color: #568F99;
}
.AnyTagClassName
{
color: #568F99;
}
</style>
background-color css
<style>
a { background-color: #568F99; }
a { background-color: rgb(86,143,153); }
div.DivClassName
{
background-color: #568F99;
}
.BgClassName
{
background-color: #568F99;
}
</style>
border-color css
<style>
span { border-color: #568F99; }
span { border-color: rgb(86,143,153); }
td.TdClassName
{
border-color: #568F99;
}
.TagClassName
{
border-color: #568F99;
}
</style>