Shades of Hoki #557B89
Tints of Hoki #557B89
RGB
CMYK
RGB Variations
Color information
#557B89 (or 0x557B89) is known color: Hoki. HEX triplet: 55, 7B and 89. RGB value is (85,123,137). Sum of RGB (Red+Green+Blue) = 85+123+137=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #557B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B89 is #AA8476. Grayscale: #717171. Windows color (decimal): -11175031 or 9010005. OLE color: 9010005.
HSL color Cylindrical-coordinate representation of color #557B89: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557B89 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 123 | 137 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.46 |
| HSL | 196.15º | 0.23% | 0.44% | - |
| HSV(B) | 196.15º | 0.38% | 0.54% | - |
| XYZ | 15.34 | 17.9 | 26.31 | - |
| YUV | 113.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 137 | 0.38 | 0.10 | 0 | 0.46 | 196.15 | 0.23 | 0.44 |
| Hex | 55 | 7B | 89 | 26 | A | 0 | 2E | C4 | 17 | 2C |
| Octal | 125 | 173 | 211 | 46 | 12 | 0 | 56 | 304 | 27 | 54 |
| Binary | 1010101 | 1111011 | 10001001 | 100110 | 1010 | 0 | 101110 | 11000100 | 10111 | 101100 |
Color Harmonies of #557B89
Complementary color
Monochromatic Colors of #557B89
Black with #557B89
Text Example
Text Example
White with #557B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B89; }
p { color: rgb(85,123,137); }
H1.HeaderClassName
{
color: #557B89;
}
.AnyTagClassName
{
color: #557B89;
}
</style>
background-color css
<style>
a { background-color: #557B89; }
a { background-color: rgb(85,123,137); }
div.DivClassName
{
background-color: #557B89;
}
.BgClassName
{
background-color: #557B89;
}
</style>
border-color css
<style>
span { border-color: #557B89; }
span { border-color: rgb(85,123,137); }
td.TdClassName
{
border-color: #557B89;
}
.TagClassName
{
border-color: #557B89;
}
</style>