Shades of Half Baked #568B93
Tints of Half Baked #568B93
RGB
CMYK
RGB Variations
Color information
#568B93 (or 0x568B93) is known color: Half Baked. HEX triplet: 56, 8B and 93. RGB value is (86,139,147). Sum of RGB (Red+Green+Blue) = 86+139+147=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #568B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B93 is #A9746C. Grayscale: #7B7B7B. Windows color (decimal): -11105389 or 9669462. OLE color: 9669462.
HSL color Cylindrical-coordinate representation of color #568B93: hue angle of 187.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568B93 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 139 | 147 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.42 |
| HSL | 187.87º | 0.26% | 0.46% | - |
| HSV(B) | 187.87º | 0.41% | 0.58% | - |
| XYZ | 18.34 | 22.55 | 30.99 | - |
| YUV | 124.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 147 | 0.41 | 0.05 | 0 | 0.42 | 187.87 | 0.26 | 0.46 |
| Hex | 56 | 8B | 93 | 29 | 5 | 0 | 2A | BC | 1A | 2E |
| Octal | 126 | 213 | 223 | 51 | 5 | 0 | 52 | 274 | 32 | 56 |
| Binary | 1010110 | 10001011 | 10010011 | 101001 | 101 | 0 | 101010 | 10111100 | 11010 | 101110 |
Color Harmonies of #568B93
Complementary color
Monochromatic Colors of #568B93
Black with #568B93
Text Example
Text Example
White with #568B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B93; }
p { color: rgb(86,139,147); }
H1.HeaderClassName
{
color: #568B93;
}
.AnyTagClassName
{
color: #568B93;
}
</style>
background-color css
<style>
a { background-color: #568B93; }
a { background-color: rgb(86,139,147); }
div.DivClassName
{
background-color: #568B93;
}
.BgClassName
{
background-color: #568B93;
}
</style>
border-color css
<style>
span { border-color: #568B93; }
span { border-color: rgb(86,139,147); }
td.TdClassName
{
border-color: #568B93;
}
.TagClassName
{
border-color: #568B93;
}
</style>