Shades of Hoki #567E8B
Tints of Hoki #567E8B
RGB
CMYK
RGB Variations
Color information
#567E8B (or 0x567E8B) is known color: Hoki. HEX triplet: 56, 7E and 8B. RGB value is (86,126,139). Sum of RGB (Red+Green+Blue) = 86+126+139=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #567E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E8B is #A98174. Grayscale: #737373. Windows color (decimal): -11108725 or 9141846. OLE color: 9141846.
HSL color Cylindrical-coordinate representation of color #567E8B: hue angle of 194.72º 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 #567E8B is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 126 | 139 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.45 |
| HSL | 194.72º | 0.24% | 0.44% | - |
| HSV(B) | 194.72º | 0.38% | 0.55% | - |
| XYZ | 15.96 | 18.76 | 27.21 | - |
| YUV | 115.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 139 | 0.38 | 0.09 | 0 | 0.45 | 194.72 | 0.24 | 0.44 |
| Hex | 56 | 7E | 8B | 26 | 9 | 0 | 2D | C3 | 18 | 2C |
| Octal | 126 | 176 | 213 | 46 | 11 | 0 | 55 | 303 | 30 | 54 |
| Binary | 1010110 | 1111110 | 10001011 | 100110 | 1001 | 0 | 101101 | 11000011 | 11000 | 101100 |
Color Harmonies of #567E8B
Complementary color
Monochromatic Colors of #567E8B
Black with #567E8B
Text Example
Text Example
White with #567E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E8B; }
p { color: rgb(86,126,139); }
H1.HeaderClassName
{
color: #567E8B;
}
.AnyTagClassName
{
color: #567E8B;
}
</style>
background-color css
<style>
a { background-color: #567E8B; }
a { background-color: rgb(86,126,139); }
div.DivClassName
{
background-color: #567E8B;
}
.BgClassName
{
background-color: #567E8B;
}
</style>
border-color css
<style>
span { border-color: #567E8B; }
span { border-color: rgb(86,126,139); }
td.TdClassName
{
border-color: #567E8B;
}
.TagClassName
{
border-color: #567E8B;
}
</style>