Shades of Hoki #55788A
Tints of Hoki #55788A
RGB
CMYK
RGB Variations
Color information
#55788A (or 0x55788A) is known color: Hoki. HEX triplet: 55, 78 and 8A. RGB value is (85,120,138). Sum of RGB (Red+Green+Blue) = 85+120+138=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #55788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55788A is #AA8775. Grayscale: #6F6F6F. Windows color (decimal): -11175798 or 9074773. OLE color: 9074773.
HSL color Cylindrical-coordinate representation of color #55788A: hue angle of 200.38º 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 #55788A is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 120 | 138 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.46 |
| HSL | 200.38º | 0.24% | 0.44% | - |
| HSV(B) | 200.38º | 0.38% | 0.54% | - |
| XYZ | 15.05 | 17.2 | 26.57 | - |
| YUV | 111.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 138 | 0.38 | 0.13 | 0 | 0.46 | 200.38 | 0.24 | 0.44 |
| Hex | 55 | 78 | 8A | 26 | D | 0 | 2E | C8 | 18 | 2C |
| Octal | 125 | 170 | 212 | 46 | 15 | 0 | 56 | 310 | 30 | 54 |
| Binary | 1010101 | 1111000 | 10001010 | 100110 | 1101 | 0 | 101110 | 11001000 | 11000 | 101100 |
Color Harmonies of #55788A
Complementary color
Monochromatic Colors of #55788A
Black with #55788A
Text Example
Text Example
White with #55788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55788A; }
p { color: rgb(85,120,138); }
H1.HeaderClassName
{
color: #55788A;
}
.AnyTagClassName
{
color: #55788A;
}
</style>
background-color css
<style>
a { background-color: #55788A; }
a { background-color: rgb(85,120,138); }
div.DivClassName
{
background-color: #55788A;
}
.BgClassName
{
background-color: #55788A;
}
</style>
border-color css
<style>
span { border-color: #55788A; }
span { border-color: rgb(85,120,138); }
td.TdClassName
{
border-color: #55788A;
}
.TagClassName
{
border-color: #55788A;
}
</style>