Shades of Hoki #55778A
Tints of Hoki #55778A
RGB
CMYK
RGB Variations
Color information
#55778A (or 0x55778A) is known color: Hoki. HEX triplet: 55, 77 and 8A. RGB value is (85,119,138). Sum of RGB (Red+Green+Blue) = 85+119+138=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #55778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778A is #AA8875. Grayscale: #6E6E6E. Windows color (decimal): -11176054 or 9074517. OLE color: 9074517.
HSL color Cylindrical-coordinate representation of color #55778A: hue angle of 201.51º degrees, saturation: 0.24, 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 #55778A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 119 | 138 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.46 |
| HSL | 201.51º | 0.24% | 0.44% | - |
| HSV(B) | 201.51º | 0.38% | 0.54% | - |
| XYZ | 14.93 | 16.96 | 26.53 | - |
| YUV | 111 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 138 | 0.38 | 0.14 | 0 | 0.46 | 201.51 | 0.24 | 0.44 |
| Hex | 55 | 77 | 8A | 26 | E | 0 | 2E | CA | 18 | 2C |
| Octal | 125 | 167 | 212 | 46 | 16 | 0 | 56 | 312 | 30 | 54 |
| Binary | 1010101 | 1110111 | 10001010 | 100110 | 1110 | 0 | 101110 | 11001010 | 11000 | 101100 |
Color Harmonies of #55778A
Complementary color
Monochromatic Colors of #55778A
Black with #55778A
Text Example
Text Example
White with #55778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55778A; }
p { color: rgb(85,119,138); }
H1.HeaderClassName
{
color: #55778A;
}
.AnyTagClassName
{
color: #55778A;
}
</style>
background-color css
<style>
a { background-color: #55778A; }
a { background-color: rgb(85,119,138); }
div.DivClassName
{
background-color: #55778A;
}
.BgClassName
{
background-color: #55778A;
}
</style>
border-color css
<style>
span { border-color: #55778A; }
span { border-color: rgb(85,119,138); }
td.TdClassName
{
border-color: #55778A;
}
.TagClassName
{
border-color: #55778A;
}
</style>