Shades of Hoki #567F8D
Tints of Hoki #567F8D
RGB
CMYK
RGB Variations
Color information
#567F8D (or 0x567F8D) is known color: Hoki. HEX triplet: 56, 7F and 8D. RGB value is (86,127,141). Sum of RGB (Red+Green+Blue) = 86+127+141=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #567F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F8D is #A98072. Grayscale: #747474. Windows color (decimal): -11108467 or 9273174. OLE color: 9273174.
HSL color Cylindrical-coordinate representation of color #567F8D: hue angle of 195.27º 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 #567F8D is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 127 | 141 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.45 |
| HSL | 195.27º | 0.24% | 0.45% | - |
| HSV(B) | 195.27º | 0.39% | 0.55% | - |
| XYZ | 16.23 | 19.08 | 28.03 | - |
| YUV | 116.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 141 | 0.39 | 0.10 | 0 | 0.45 | 195.27 | 0.24 | 0.45 |
| Hex | 56 | 7F | 8D | 27 | A | 0 | 2D | C3 | 18 | 2D |
| Octal | 126 | 177 | 215 | 47 | 12 | 0 | 55 | 303 | 30 | 55 |
| Binary | 1010110 | 1111111 | 10001101 | 100111 | 1010 | 0 | 101101 | 11000011 | 11000 | 101101 |
Color Harmonies of #567F8D
Complementary color
Monochromatic Colors of #567F8D
Black with #567F8D
Text Example
Text Example
White with #567F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F8D; }
p { color: rgb(86,127,141); }
H1.HeaderClassName
{
color: #567F8D;
}
.AnyTagClassName
{
color: #567F8D;
}
</style>
background-color css
<style>
a { background-color: #567F8D; }
a { background-color: rgb(86,127,141); }
div.DivClassName
{
background-color: #567F8D;
}
.BgClassName
{
background-color: #567F8D;
}
</style>
border-color css
<style>
span { border-color: #567F8D; }
span { border-color: rgb(86,127,141); }
td.TdClassName
{
border-color: #567F8D;
}
.TagClassName
{
border-color: #567F8D;
}
</style>