Shades of Hoki #557C8C
Tints of Hoki #557C8C
RGB
CMYK
RGB Variations
Color information
#557C8C (or 0x557C8C) is known color: Hoki. HEX triplet: 55, 7C and 8C. RGB value is (85,124,140). Sum of RGB (Red+Green+Blue) = 85+124+140=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #557C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C8C is #AA8373. Grayscale: #727272. Windows color (decimal): -11174772 or 9206869. OLE color: 9206869.
HSL color Cylindrical-coordinate representation of color #557C8C: hue angle of 197.45º 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 #557C8C is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 124 | 140 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.45 |
| HSL | 197.45º | 0.24% | 0.44% | - |
| HSV(B) | 197.45º | 0.39% | 0.55% | - |
| XYZ | 15.69 | 18.24 | 27.5 | - |
| YUV | 114.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 140 | 0.39 | 0.11 | 0 | 0.45 | 197.45 | 0.24 | 0.44 |
| Hex | 55 | 7C | 8C | 27 | B | 0 | 2D | C5 | 18 | 2C |
| Octal | 125 | 174 | 214 | 47 | 13 | 0 | 55 | 305 | 30 | 54 |
| Binary | 1010101 | 1111100 | 10001100 | 100111 | 1011 | 0 | 101101 | 11000101 | 11000 | 101100 |
Color Harmonies of #557C8C
Complementary color
Monochromatic Colors of #557C8C
Black with #557C8C
Text Example
Text Example
White with #557C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C8C; }
p { color: rgb(85,124,140); }
H1.HeaderClassName
{
color: #557C8C;
}
.AnyTagClassName
{
color: #557C8C;
}
</style>
background-color css
<style>
a { background-color: #557C8C; }
a { background-color: rgb(85,124,140); }
div.DivClassName
{
background-color: #557C8C;
}
.BgClassName
{
background-color: #557C8C;
}
</style>
border-color css
<style>
span { border-color: #557C8C; }
span { border-color: rgb(85,124,140); }
td.TdClassName
{
border-color: #557C8C;
}
.TagClassName
{
border-color: #557C8C;
}
</style>