Shades of Half Baked #568C88
Tints of Half Baked #568C88
RGB
CMYK
RGB Variations
Color information
#568C88 (or 0x568C88) is known color: Half Baked. HEX triplet: 56, 8C and 88. RGB value is (86,140,136). Sum of RGB (Red+Green+Blue) = 86+140+136=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #568C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568C88 is #A97377. Grayscale: #7B7B7B. Windows color (decimal): -11105144 or 8948822. OLE color: 8948822.
HSL color Cylindrical-coordinate representation of color #568C88: hue angle of 175.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568C88 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 136 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.45 |
| HSL | 175.56º | 0.24% | 0.44% | - |
| HSV(B) | 175.56º | 0.39% | 0.55% | - |
| XYZ | 17.66 | 22.51 | 26.71 | - |
| YUV | 123.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 136 | 0.39 | 0 | 0.03 | 0.45 | 175.56 | 0.24 | 0.44 |
| Hex | 56 | 8C | 88 | 27 | 0 | 3 | 2D | B0 | 18 | 2C |
| Octal | 126 | 214 | 210 | 47 | 0 | 3 | 55 | 260 | 30 | 54 |
| Binary | 1010110 | 10001100 | 10001000 | 100111 | 0 | 11 | 101101 | 10110000 | 11000 | 101100 |
Color Harmonies of #568C88
Complementary color
Monochromatic Colors of #568C88
Black with #568C88
Text Example
Text Example
White with #568C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C88; }
p { color: rgb(86,140,136); }
H1.HeaderClassName
{
color: #568C88;
}
.AnyTagClassName
{
color: #568C88;
}
</style>
background-color css
<style>
a { background-color: #568C88; }
a { background-color: rgb(86,140,136); }
div.DivClassName
{
background-color: #568C88;
}
.BgClassName
{
background-color: #568C88;
}
</style>
border-color css
<style>
span { border-color: #568C88; }
span { border-color: rgb(86,140,136); }
td.TdClassName
{
border-color: #568C88;
}
.TagClassName
{
border-color: #568C88;
}
</style>