Shades of Hoki #567C8D
Tints of Hoki #567C8D
RGB
CMYK
RGB Variations
Color information
#567C8D (or 0x567C8D) is known color: Hoki. HEX triplet: 56, 7C and 8D. RGB value is (86,124,141). Sum of RGB (Red+Green+Blue) = 86+124+141=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #567C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C8D is #A98372. Grayscale: #727272. Windows color (decimal): -11109235 or 9272406. OLE color: 9272406.
HSL color Cylindrical-coordinate representation of color #567C8D: hue angle of 198.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #567C8D is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 124 | 141 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.45 |
| HSL | 198.55º | 0.24% | 0.45% | - |
| HSV(B) | 198.55º | 0.39% | 0.55% | - |
| XYZ | 15.85 | 18.32 | 27.9 | - |
| YUV | 114.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 141 | 0.39 | 0.12 | 0 | 0.45 | 198.55 | 0.24 | 0.45 |
| Hex | 56 | 7C | 8D | 27 | C | 0 | 2D | C7 | 18 | 2D |
| Octal | 126 | 174 | 215 | 47 | 14 | 0 | 55 | 307 | 30 | 55 |
| Binary | 1010110 | 1111100 | 10001101 | 100111 | 1100 | 0 | 101101 | 11000111 | 11000 | 101101 |
Color Harmonies of #567C8D
Complementary color
Monochromatic Colors of #567C8D
Black with #567C8D
Text Example
Text Example
White with #567C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C8D; }
p { color: rgb(86,124,141); }
H1.HeaderClassName
{
color: #567C8D;
}
.AnyTagClassName
{
color: #567C8D;
}
</style>
background-color css
<style>
a { background-color: #567C8D; }
a { background-color: rgb(86,124,141); }
div.DivClassName
{
background-color: #567C8D;
}
.BgClassName
{
background-color: #567C8D;
}
</style>
border-color css
<style>
span { border-color: #567C8D; }
span { border-color: rgb(86,124,141); }
td.TdClassName
{
border-color: #567C8D;
}
.TagClassName
{
border-color: #567C8D;
}
</style>