Shades of Hoki #567A8D
Tints of Hoki #567A8D
RGB
CMYK
RGB Variations
Color information
#567A8D (or 0x567A8D) is known color: Hoki. HEX triplet: 56, 7A and 8D. RGB value is (86,122,141). Sum of RGB (Red+Green+Blue) = 86+122+141=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #567A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A8D is #A98572. Grayscale: #717171. Windows color (decimal): -11109747 or 9271894. OLE color: 9271894.
HSL color Cylindrical-coordinate representation of color #567A8D: hue angle of 200.73º 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 #567A8D is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 86 | 122 | 141 | - |
CMYK | 0.39 | 0.13 | 0 | 0.45 |
HSL | 200.73º | 0.24% | 0.45% | - |
HSV(B) | 200.73º | 0.39% | 0.55% | - |
XYZ | 15.61 | 17.82 | 27.82 | - |
YUV | 113.4 | 143.57 | 108.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 122 | 141 | 0.39 | 0.13 | 0 | 0.45 | 200.73 | 0.24 | 0.45 |
Hex | 56 | 7A | 8D | 27 | D | 0 | 2D | C9 | 18 | 2D |
Octal | 126 | 172 | 215 | 47 | 15 | 0 | 55 | 311 | 30 | 55 |
Binary | 1010110 | 1111010 | 10001101 | 100111 | 1101 | 0 | 101101 | 11001001 | 11000 | 101101 |
Color Harmonies of #567A8D
Complementary color
Monochromatic Colors of #567A8D
Black with #567A8D
Text Example
Text Example
White with #567A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A8D; }
p { color: rgb(86,122,141); }
H1.HeaderClassName
{
color: #567A8D;
}
.AnyTagClassName
{
color: #567A8D;
}
</style>
background-color css
<style>
a { background-color: #567A8D; }
a { background-color: rgb(86,122,141); }
div.DivClassName
{
background-color: #567A8D;
}
.BgClassName
{
background-color: #567A8D;
}
</style>
border-color css
<style>
span { border-color: #567A8D; }
span { border-color: rgb(86,122,141); }
td.TdClassName
{
border-color: #567A8D;
}
.TagClassName
{
border-color: #567A8D;
}
</style>