Shades of Hoki #557F8C
Tints of Hoki #557F8C
RGB
CMYK
RGB Variations
Color information
#557F8C (or 0x557F8C) is known color: Hoki. HEX triplet: 55, 7F and 8C. RGB value is (85,127,140). Sum of RGB (Red+Green+Blue) = 85+127+140=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 127 (50% from 255 or 36.08% 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 #557F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F8C is #AA8073. Grayscale: #737373. Windows color (decimal): -11174004 or 9207637. OLE color: 9207637.
HSL color Cylindrical-coordinate representation of color #557F8C: hue angle of 194.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557F8C is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 127 | 140 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.45 |
| HSL | 194.18º | 0.24% | 0.44% | - |
| HSV(B) | 194.18º | 0.39% | 0.55% | - |
| XYZ | 16.07 | 19 | 27.63 | - |
| YUV | 115.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 140 | 0.39 | 0.09 | 0 | 0.45 | 194.18 | 0.24 | 0.44 |
| Hex | 55 | 7F | 8C | 27 | 9 | 0 | 2D | C2 | 18 | 2C |
| Octal | 125 | 177 | 214 | 47 | 11 | 0 | 55 | 302 | 30 | 54 |
| Binary | 1010101 | 1111111 | 10001100 | 100111 | 1001 | 0 | 101101 | 11000010 | 11000 | 101100 |
Color Harmonies of #557F8C
Complementary color
Monochromatic Colors of #557F8C
Black with #557F8C
Text Example
Text Example
White with #557F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F8C; }
p { color: rgb(85,127,140); }
H1.HeaderClassName
{
color: #557F8C;
}
.AnyTagClassName
{
color: #557F8C;
}
</style>
background-color css
<style>
a { background-color: #557F8C; }
a { background-color: rgb(85,127,140); }
div.DivClassName
{
background-color: #557F8C;
}
.BgClassName
{
background-color: #557F8C;
}
</style>
border-color css
<style>
span { border-color: #557F8C; }
span { border-color: rgb(85,127,140); }
td.TdClassName
{
border-color: #557F8C;
}
.TagClassName
{
border-color: #557F8C;
}
</style>