Shades of Hoki #567D8C
Tints of Hoki #567D8C
RGB
CMYK
RGB Variations
Color information
#567D8C (or 0x567D8C) is known color: Hoki. HEX triplet: 56, 7D and 8C. RGB value is (86,125,140). Sum of RGB (Red+Green+Blue) = 86+125+140=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #567D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D8C is #A98273. Grayscale: #727272. Windows color (decimal): -11108980 or 9207126. OLE color: 9207126.
HSL color Cylindrical-coordinate representation of color #567D8C: hue angle of 196.67º 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 #567D8C is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 125 | 140 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.45 |
| HSL | 196.67º | 0.24% | 0.44% | - |
| HSV(B) | 196.67º | 0.39% | 0.55% | - |
| XYZ | 15.9 | 18.54 | 27.55 | - |
| YUV | 115.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 140 | 0.39 | 0.11 | 0 | 0.45 | 196.67 | 0.24 | 0.44 |
| Hex | 56 | 7D | 8C | 27 | B | 0 | 2D | C5 | 18 | 2C |
| Octal | 126 | 175 | 214 | 47 | 13 | 0 | 55 | 305 | 30 | 54 |
| Binary | 1010110 | 1111101 | 10001100 | 100111 | 1011 | 0 | 101101 | 11000101 | 11000 | 101100 |
Color Harmonies of #567D8C
Complementary color
Monochromatic Colors of #567D8C
Black with #567D8C
Text Example
Text Example
White with #567D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D8C; }
p { color: rgb(86,125,140); }
H1.HeaderClassName
{
color: #567D8C;
}
.AnyTagClassName
{
color: #567D8C;
}
</style>
background-color css
<style>
a { background-color: #567D8C; }
a { background-color: rgb(86,125,140); }
div.DivClassName
{
background-color: #567D8C;
}
.BgClassName
{
background-color: #567D8C;
}
</style>
border-color css
<style>
span { border-color: #567D8C; }
span { border-color: rgb(86,125,140); }
td.TdClassName
{
border-color: #567D8C;
}
.TagClassName
{
border-color: #567D8C;
}
</style>