Shades of Hoki #567C90
Tints of Hoki #567C90
RGB
CMYK
RGB Variations
Color information
#567C90 (or 0x567C90) is known color: Hoki. HEX triplet: 56, 7C and 90. RGB value is (86,124,144). Sum of RGB (Red+Green+Blue) = 86+124+144=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #567C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C90 is #A9836F. Grayscale: #727272. Windows color (decimal): -11109232 or 9469014. OLE color: 9469014.
HSL color Cylindrical-coordinate representation of color #567C90: hue angle of 200.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567C90 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 124 | 144 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.44 |
| HSL | 200.69º | 0.25% | 0.45% | - |
| HSV(B) | 200.69º | 0.4% | 0.56% | - |
| XYZ | 16.08 | 18.41 | 29.09 | - |
| YUV | 114.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 144 | 0.40 | 0.14 | 0 | 0.44 | 200.69 | 0.25 | 0.45 |
| Hex | 56 | 7C | 90 | 28 | E | 0 | 2C | C9 | 19 | 2D |
| Octal | 126 | 174 | 220 | 50 | 16 | 0 | 54 | 311 | 31 | 55 |
| Binary | 1010110 | 1111100 | 10010000 | 101000 | 1110 | 0 | 101100 | 11001001 | 11001 | 101101 |
Color Harmonies of #567C90
Complementary color
Monochromatic Colors of #567C90
Black with #567C90
Text Example
Text Example
White with #567C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C90; }
p { color: rgb(86,124,144); }
H1.HeaderClassName
{
color: #567C90;
}
.AnyTagClassName
{
color: #567C90;
}
</style>
background-color css
<style>
a { background-color: #567C90; }
a { background-color: rgb(86,124,144); }
div.DivClassName
{
background-color: #567C90;
}
.BgClassName
{
background-color: #567C90;
}
</style>
border-color css
<style>
span { border-color: #567C90; }
span { border-color: rgb(86,124,144); }
td.TdClassName
{
border-color: #567C90;
}
.TagClassName
{
border-color: #567C90;
}
</style>