Shades of Half Baked #568588
Tints of Half Baked #568588
RGB
CMYK
RGB Variations
Color information
#568588 (or 0x568588) is known color: Half Baked. HEX triplet: 56, 85 and 88. RGB value is (86,133,136). Sum of RGB (Red+Green+Blue) = 86+133+136=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #568588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568588 is #A97A77. Grayscale: #777777. Windows color (decimal): -11106936 or 8947030. OLE color: 8947030.
HSL color Cylindrical-coordinate representation of color #568588: hue angle of 183.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568588 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 133 | 136 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.47 |
| HSL | 183.6º | 0.23% | 0.44% | - |
| HSV(B) | 183.6º | 0.37% | 0.53% | - |
| XYZ | 16.67 | 20.53 | 26.38 | - |
| YUV | 119.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 136 | 0.37 | 0.02 | 0 | 0.47 | 183.6 | 0.23 | 0.44 |
| Hex | 56 | 85 | 88 | 25 | 2 | 0 | 2F | B8 | 17 | 2C |
| Octal | 126 | 205 | 210 | 45 | 2 | 0 | 57 | 270 | 27 | 54 |
| Binary | 1010110 | 10000101 | 10001000 | 100101 | 10 | 0 | 101111 | 10111000 | 10111 | 101100 |
Color Harmonies of #568588
Complementary color
Monochromatic Colors of #568588
Black with #568588
Text Example
Text Example
White with #568588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568588; }
p { color: rgb(86,133,136); }
H1.HeaderClassName
{
color: #568588;
}
.AnyTagClassName
{
color: #568588;
}
</style>
background-color css
<style>
a { background-color: #568588; }
a { background-color: rgb(86,133,136); }
div.DivClassName
{
background-color: #568588;
}
.BgClassName
{
background-color: #568588;
}
</style>
border-color css
<style>
span { border-color: #568588; }
span { border-color: rgb(86,133,136); }
td.TdClassName
{
border-color: #568588;
}
.TagClassName
{
border-color: #568588;
}
</style>