Shades of Hoki #567B8C
Tints of Hoki #567B8C
RGB
CMYK
RGB Variations
Color information
#567B8C (or 0x567B8C) is known color: Hoki. HEX triplet: 56, 7B and 8C. RGB value is (86,123,140). Sum of RGB (Red+Green+Blue) = 86+123+140=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #567B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B8C is #A98473. Grayscale: #717171. Windows color (decimal): -11109492 or 9206614. OLE color: 9206614.
HSL color Cylindrical-coordinate representation of color #567B8C: hue angle of 198.89º 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 #567B8C is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 123 | 140 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.45 |
| HSL | 198.89º | 0.24% | 0.44% | - |
| HSV(B) | 198.89º | 0.39% | 0.55% | - |
| XYZ | 15.65 | 18.04 | 27.47 | - |
| YUV | 113.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 140 | 0.39 | 0.12 | 0 | 0.45 | 198.89 | 0.24 | 0.44 |
| Hex | 56 | 7B | 8C | 27 | C | 0 | 2D | C7 | 18 | 2C |
| Octal | 126 | 173 | 214 | 47 | 14 | 0 | 55 | 307 | 30 | 54 |
| Binary | 1010110 | 1111011 | 10001100 | 100111 | 1100 | 0 | 101101 | 11000111 | 11000 | 101100 |
Color Harmonies of #567B8C
Complementary color
Monochromatic Colors of #567B8C
Black with #567B8C
Text Example
Text Example
White with #567B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B8C; }
p { color: rgb(86,123,140); }
H1.HeaderClassName
{
color: #567B8C;
}
.AnyTagClassName
{
color: #567B8C;
}
</style>
background-color css
<style>
a { background-color: #567B8C; }
a { background-color: rgb(86,123,140); }
div.DivClassName
{
background-color: #567B8C;
}
.BgClassName
{
background-color: #567B8C;
}
</style>
border-color css
<style>
span { border-color: #567B8C; }
span { border-color: rgb(86,123,140); }
td.TdClassName
{
border-color: #567B8C;
}
.TagClassName
{
border-color: #567B8C;
}
</style>