Shades of Hoki #557F89
Tints of Hoki #557F89
RGB
CMYK
RGB Variations
Color information
#557F89 (or 0x557F89) is known color: Hoki. HEX triplet: 55, 7F and 89. RGB value is (85,127,137). Sum of RGB (Red+Green+Blue) = 85+127+137=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #557F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F89 is #AA8076. Grayscale: #737373. Windows color (decimal): -11174007 or 9011029. OLE color: 9011029.
HSL color Cylindrical-coordinate representation of color #557F89: hue angle of 191.54º 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 #557F89 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 127 | 137 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.46 |
| HSL | 191.54º | 0.23% | 0.44% | - |
| HSV(B) | 191.54º | 0.38% | 0.54% | - |
| XYZ | 15.85 | 18.92 | 26.48 | - |
| YUV | 115.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 137 | 0.38 | 0.07 | 0 | 0.46 | 191.54 | 0.23 | 0.44 |
| Hex | 55 | 7F | 89 | 26 | 7 | 0 | 2E | C0 | 17 | 2C |
| Octal | 125 | 177 | 211 | 46 | 7 | 0 | 56 | 300 | 27 | 54 |
| Binary | 1010101 | 1111111 | 10001001 | 100110 | 111 | 0 | 101110 | 11000000 | 10111 | 101100 |
Color Harmonies of #557F89
Complementary color
Monochromatic Colors of #557F89
Black with #557F89
Text Example
Text Example
White with #557F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F89; }
p { color: rgb(85,127,137); }
H1.HeaderClassName
{
color: #557F89;
}
.AnyTagClassName
{
color: #557F89;
}
</style>
background-color css
<style>
a { background-color: #557F89; }
a { background-color: rgb(85,127,137); }
div.DivClassName
{
background-color: #557F89;
}
.BgClassName
{
background-color: #557F89;
}
</style>
border-color css
<style>
span { border-color: #557F89; }
span { border-color: rgb(85,127,137); }
td.TdClassName
{
border-color: #557F89;
}
.TagClassName
{
border-color: #557F89;
}
</style>