Shades of Hoki #54808C
Tints of Hoki #54808C
RGB
CMYK
RGB Variations
Color information
#54808C (or 0x54808C) is known color: Hoki. HEX triplet: 54, 80 and 8C. RGB value is (84,128,140). Sum of RGB (Red+Green+Blue) = 84+128+140=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #54808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808C is #AB7F73. Grayscale: #747474. Windows color (decimal): -11239284 or 9207892. OLE color: 9207892.
HSL color Cylindrical-coordinate representation of color #54808C: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54808C is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 128 | 140 | - |
| CMYK | 0.4 | 0.09 | 0 | 0.45 |
| HSL | 192.86º | 0.25% | 0.44% | - |
| HSV(B) | 192.86º | 0.4% | 0.55% | - |
| XYZ | 16.11 | 19.22 | 27.67 | - |
| YUV | 116.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 140 | 0.4 | 0.09 | 0 | 0.45 | 192.86 | 0.25 | 0.44 |
| Hex | 54 | 80 | 8C | 28 | 9 | 0 | 2D | C1 | 19 | 2C |
| Octal | 124 | 200 | 214 | 50 | 11 | 0 | 55 | 301 | 31 | 54 |
| Binary | 1010100 | 10000000 | 10001100 | 101000 | 1001 | 0 | 101101 | 11000001 | 11001 | 101100 |
Color Harmonies of #54808C
Complementary color
Monochromatic Colors of #54808C
Black with #54808C
Text Example
Text Example
White with #54808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54808C; }
p { color: rgb(84,128,140); }
H1.HeaderClassName
{
color: #54808C;
}
.AnyTagClassName
{
color: #54808C;
}
</style>
background-color css
<style>
a { background-color: #54808C; }
a { background-color: rgb(84,128,140); }
div.DivClassName
{
background-color: #54808C;
}
.BgClassName
{
background-color: #54808C;
}
</style>
border-color css
<style>
span { border-color: #54808C; }
span { border-color: rgb(84,128,140); }
td.TdClassName
{
border-color: #54808C;
}
.TagClassName
{
border-color: #54808C;
}
</style>