Shades of Hoki #567C87
Tints of Hoki #567C87
RGB
CMYK
RGB Variations
Color information
#567C87 (or 0x567C87) is known color: Hoki. HEX triplet: 56, 7C and 87. RGB value is (86,124,135). Sum of RGB (Red+Green+Blue) = 86+124+135=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #567C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C87 is #A98378. Grayscale: #717171. Windows color (decimal): -11109241 or 8879190. OLE color: 8879190.
HSL color Cylindrical-coordinate representation of color #567C87: hue angle of 193.47º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #567C87 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 124 | 135 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.47 |
| HSL | 193.47º | 0.22% | 0.43% | - |
| HSV(B) | 193.47º | 0.36% | 0.53% | - |
| XYZ | 15.42 | 18.14 | 25.61 | - |
| YUV | 113.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 135 | 0.36 | 0.08 | 0 | 0.47 | 193.47 | 0.22 | 0.43 |
| Hex | 56 | 7C | 87 | 24 | 8 | 0 | 2F | C1 | 16 | 2B |
| Octal | 126 | 174 | 207 | 44 | 10 | 0 | 57 | 301 | 26 | 53 |
| Binary | 1010110 | 1111100 | 10000111 | 100100 | 1000 | 0 | 101111 | 11000001 | 10110 | 101011 |
Color Harmonies of #567C87
Complementary color
Monochromatic Colors of #567C87
Black with #567C87
Text Example
Text Example
White with #567C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C87; }
p { color: rgb(86,124,135); }
H1.HeaderClassName
{
color: #567C87;
}
.AnyTagClassName
{
color: #567C87;
}
</style>
background-color css
<style>
a { background-color: #567C87; }
a { background-color: rgb(86,124,135); }
div.DivClassName
{
background-color: #567C87;
}
.BgClassName
{
background-color: #567C87;
}
</style>
border-color css
<style>
span { border-color: #567C87; }
span { border-color: rgb(86,124,135); }
td.TdClassName
{
border-color: #567C87;
}
.TagClassName
{
border-color: #567C87;
}
</style>