Shades of Hoki #557E8D
Tints of Hoki #557E8D
RGB
CMYK
RGB Variations
Color information
#557E8D (or 0x557E8D) is known color: Hoki. HEX triplet: 55, 7E and 8D. RGB value is (85,126,141). Sum of RGB (Red+Green+Blue) = 85+126+141=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #557E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E8D is #AA8172. Grayscale: #737373. Windows color (decimal): -11174259 or 9272917. OLE color: 9272917.
HSL color Cylindrical-coordinate representation of color #557E8D: hue angle of 196.07º 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 #557E8D is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 126 | 141 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.45 |
| HSL | 196.07º | 0.25% | 0.44% | - |
| HSV(B) | 196.07º | 0.4% | 0.55% | - |
| XYZ | 16.01 | 18.78 | 27.98 | - |
| YUV | 115.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 141 | 0.40 | 0.11 | 0 | 0.45 | 196.07 | 0.25 | 0.44 |
| Hex | 55 | 7E | 8D | 28 | B | 0 | 2D | C4 | 19 | 2C |
| Octal | 125 | 176 | 215 | 50 | 13 | 0 | 55 | 304 | 31 | 54 |
| Binary | 1010101 | 1111110 | 10001101 | 101000 | 1011 | 0 | 101101 | 11000100 | 11001 | 101100 |
Color Harmonies of #557E8D
Complementary color
Monochromatic Colors of #557E8D
Black with #557E8D
Text Example
Text Example
White with #557E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E8D; }
p { color: rgb(85,126,141); }
H1.HeaderClassName
{
color: #557E8D;
}
.AnyTagClassName
{
color: #557E8D;
}
</style>
background-color css
<style>
a { background-color: #557E8D; }
a { background-color: rgb(85,126,141); }
div.DivClassName
{
background-color: #557E8D;
}
.BgClassName
{
background-color: #557E8D;
}
</style>
border-color css
<style>
span { border-color: #557E8D; }
span { border-color: rgb(85,126,141); }
td.TdClassName
{
border-color: #557E8D;
}
.TagClassName
{
border-color: #557E8D;
}
</style>