Shades of Half Baked #568B8A
Tints of Half Baked #568B8A
RGB
CMYK
RGB Variations
Color information
#568B8A (or 0x568B8A) is known color: Half Baked. HEX triplet: 56, 8B and 8A. RGB value is (86,139,138). Sum of RGB (Red+Green+Blue) = 86+139+138=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #568B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B8A is #A97475. Grayscale: #7A7A7A. Windows color (decimal): -11105398 or 9079638. OLE color: 9079638.
HSL color Cylindrical-coordinate representation of color #568B8A: hue angle of 178.87º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B8A is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 138 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.45 |
| HSL | 178.87º | 0.24% | 0.44% | - |
| HSV(B) | 178.87º | 0.38% | 0.55% | - |
| XYZ | 17.66 | 22.28 | 27.41 | - |
| YUV | 123.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 138 | 0.38 | 0 | 0.01 | 0.45 | 178.87 | 0.24 | 0.44 |
| Hex | 56 | 8B | 8A | 26 | 0 | 1 | 2D | B3 | 18 | 2C |
| Octal | 126 | 213 | 212 | 46 | 0 | 1 | 55 | 263 | 30 | 54 |
| Binary | 1010110 | 10001011 | 10001010 | 100110 | 0 | 1 | 101101 | 10110011 | 11000 | 101100 |
Color Harmonies of #568B8A
Complementary color
Monochromatic Colors of #568B8A
Black with #568B8A
Text Example
Text Example
White with #568B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B8A; }
p { color: rgb(86,139,138); }
H1.HeaderClassName
{
color: #568B8A;
}
.AnyTagClassName
{
color: #568B8A;
}
</style>
background-color css
<style>
a { background-color: #568B8A; }
a { background-color: rgb(86,139,138); }
div.DivClassName
{
background-color: #568B8A;
}
.BgClassName
{
background-color: #568B8A;
}
</style>
border-color css
<style>
span { border-color: #568B8A; }
span { border-color: rgb(86,139,138); }
td.TdClassName
{
border-color: #568B8A;
}
.TagClassName
{
border-color: #568B8A;
}
</style>