Shades of Hoki #567A8A
Tints of Hoki #567A8A
RGB
CMYK
RGB Variations
Color information
#567A8A (or 0x567A8A) is known color: Hoki. HEX triplet: 56, 7A and 8A. RGB value is (86,122,138). Sum of RGB (Red+Green+Blue) = 86+122+138=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #567A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A8A is #A98575. Grayscale: #707070. Windows color (decimal): -11109750 or 9075286. OLE color: 9075286.
HSL color Cylindrical-coordinate representation of color #567A8A: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #567A8A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 122 | 138 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.46 |
| HSL | 198.46º | 0.23% | 0.44% | - |
| HSV(B) | 198.46º | 0.38% | 0.54% | - |
| XYZ | 15.38 | 17.73 | 26.66 | - |
| YUV | 113.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 138 | 0.38 | 0.12 | 0 | 0.46 | 198.46 | 0.23 | 0.44 |
| Hex | 56 | 7A | 8A | 26 | C | 0 | 2E | C6 | 17 | 2C |
| Octal | 126 | 172 | 212 | 46 | 14 | 0 | 56 | 306 | 27 | 54 |
| Binary | 1010110 | 1111010 | 10001010 | 100110 | 1100 | 0 | 101110 | 11000110 | 10111 | 101100 |
Color Harmonies of #567A8A
Complementary color
Monochromatic Colors of #567A8A
Black with #567A8A
Text Example
Text Example
White with #567A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A8A; }
p { color: rgb(86,122,138); }
H1.HeaderClassName
{
color: #567A8A;
}
.AnyTagClassName
{
color: #567A8A;
}
</style>
background-color css
<style>
a { background-color: #567A8A; }
a { background-color: rgb(86,122,138); }
div.DivClassName
{
background-color: #567A8A;
}
.BgClassName
{
background-color: #567A8A;
}
</style>
border-color css
<style>
span { border-color: #567A8A; }
span { border-color: rgb(86,122,138); }
td.TdClassName
{
border-color: #567A8A;
}
.TagClassName
{
border-color: #567A8A;
}
</style>