Shades of Hoki #557A88
Tints of Hoki #557A88
RGB
CMYK
RGB Variations
Color information
#557A88 (or 0x557A88) is known color: Hoki. HEX triplet: 55, 7A and 88. RGB value is (85,122,136). Sum of RGB (Red+Green+Blue) = 85+122+136=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #557A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A88 is #AA8577. Grayscale: #707070. Windows color (decimal): -11175288 or 8944213. OLE color: 8944213.
HSL color Cylindrical-coordinate representation of color #557A88: hue angle of 196.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557A88 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 122 | 136 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.47 |
| HSL | 196.47º | 0.23% | 0.43% | - |
| HSV(B) | 196.47º | 0.38% | 0.53% | - |
| XYZ | 15.15 | 17.63 | 25.9 | - |
| YUV | 112.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 136 | 0.38 | 0.10 | 0 | 0.47 | 196.47 | 0.23 | 0.43 |
| Hex | 55 | 7A | 88 | 26 | A | 0 | 2F | C4 | 17 | 2B |
| Octal | 125 | 172 | 210 | 46 | 12 | 0 | 57 | 304 | 27 | 53 |
| Binary | 1010101 | 1111010 | 10001000 | 100110 | 1010 | 0 | 101111 | 11000100 | 10111 | 101011 |
Color Harmonies of #557A88
Complementary color
Monochromatic Colors of #557A88
Black with #557A88
Text Example
Text Example
White with #557A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A88; }
p { color: rgb(85,122,136); }
H1.HeaderClassName
{
color: #557A88;
}
.AnyTagClassName
{
color: #557A88;
}
</style>
background-color css
<style>
a { background-color: #557A88; }
a { background-color: rgb(85,122,136); }
div.DivClassName
{
background-color: #557A88;
}
.BgClassName
{
background-color: #557A88;
}
</style>
border-color css
<style>
span { border-color: #557A88; }
span { border-color: rgb(85,122,136); }
td.TdClassName
{
border-color: #557A88;
}
.TagClassName
{
border-color: #557A88;
}
</style>