Shades of Hoki #567C88
Tints of Hoki #567C88
RGB
CMYK
RGB Variations
Color information
#567C88 (or 0x567C88) is known color: Hoki. HEX triplet: 56, 7C and 88. RGB value is (86,124,136). Sum of RGB (Red+Green+Blue) = 86+124+136=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #567C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C88 is #A98377. Grayscale: #717171. Windows color (decimal): -11109240 or 8944726. OLE color: 8944726.
HSL color Cylindrical-coordinate representation of color #567C88: hue angle of 194.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567C88 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 124 | 136 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.47 |
| HSL | 194.4º | 0.23% | 0.44% | - |
| HSV(B) | 194.4º | 0.37% | 0.53% | - |
| XYZ | 15.49 | 18.17 | 25.98 | - |
| YUV | 114.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 136 | 0.37 | 0.09 | 0 | 0.47 | 194.4 | 0.23 | 0.44 |
| Hex | 56 | 7C | 88 | 25 | 9 | 0 | 2F | C2 | 17 | 2C |
| Octal | 126 | 174 | 210 | 45 | 11 | 0 | 57 | 302 | 27 | 54 |
| Binary | 1010110 | 1111100 | 10001000 | 100101 | 1001 | 0 | 101111 | 11000010 | 10111 | 101100 |
Color Harmonies of #567C88
Complementary color
Monochromatic Colors of #567C88
Black with #567C88
Text Example
Text Example
White with #567C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C88; }
p { color: rgb(86,124,136); }
H1.HeaderClassName
{
color: #567C88;
}
.AnyTagClassName
{
color: #567C88;
}
</style>
background-color css
<style>
a { background-color: #567C88; }
a { background-color: rgb(86,124,136); }
div.DivClassName
{
background-color: #567C88;
}
.BgClassName
{
background-color: #567C88;
}
</style>
border-color css
<style>
span { border-color: #567C88; }
span { border-color: rgb(86,124,136); }
td.TdClassName
{
border-color: #567C88;
}
.TagClassName
{
border-color: #567C88;
}
</style>