Shades of Hoki #557D8C
Tints of Hoki #557D8C
RGB
CMYK
RGB Variations
Color information
#557D8C (or 0x557D8C) is known color: Hoki. HEX triplet: 55, 7D and 8C. RGB value is (85,125,140). Sum of RGB (Red+Green+Blue) = 85+125+140=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #557D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D8C is #AA8273. Grayscale: #727272. Windows color (decimal): -11174516 or 9207125. OLE color: 9207125.
HSL color Cylindrical-coordinate representation of color #557D8C: hue angle of 196.36º 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 #557D8C is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 125 | 140 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.45 |
| HSL | 196.36º | 0.24% | 0.44% | - |
| HSV(B) | 196.36º | 0.39% | 0.55% | - |
| XYZ | 15.81 | 18.49 | 27.55 | - |
| YUV | 114.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 140 | 0.39 | 0.11 | 0 | 0.45 | 196.36 | 0.24 | 0.44 |
| Hex | 55 | 7D | 8C | 27 | B | 0 | 2D | C4 | 18 | 2C |
| Octal | 125 | 175 | 214 | 47 | 13 | 0 | 55 | 304 | 30 | 54 |
| Binary | 1010101 | 1111101 | 10001100 | 100111 | 1011 | 0 | 101101 | 11000100 | 11000 | 101100 |
Color Harmonies of #557D8C
Complementary color
Monochromatic Colors of #557D8C
Black with #557D8C
Text Example
Text Example
White with #557D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D8C; }
p { color: rgb(85,125,140); }
H1.HeaderClassName
{
color: #557D8C;
}
.AnyTagClassName
{
color: #557D8C;
}
</style>
background-color css
<style>
a { background-color: #557D8C; }
a { background-color: rgb(85,125,140); }
div.DivClassName
{
background-color: #557D8C;
}
.BgClassName
{
background-color: #557D8C;
}
</style>
border-color css
<style>
span { border-color: #557D8C; }
span { border-color: rgb(85,125,140); }
td.TdClassName
{
border-color: #557D8C;
}
.TagClassName
{
border-color: #557D8C;
}
</style>