Shades of Hoki #57788D
Tints of Hoki #57788D
RGB
CMYK
RGB Variations
Color information
#57788D (or 0x57788D) is known color: Hoki. HEX triplet: 57, 78 and 8D. RGB value is (87,120,141). Sum of RGB (Red+Green+Blue) = 87+120+141=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #57788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57788D is #A88772. Grayscale: #707070. Windows color (decimal): -11044723 or 9271383. OLE color: 9271383.
HSL color Cylindrical-coordinate representation of color #57788D: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57788D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 120 | 141 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.45 |
| HSL | 203.33º | 0.24% | 0.45% | - |
| HSV(B) | 203.33º | 0.38% | 0.55% | - |
| XYZ | 15.45 | 17.38 | 27.74 | - |
| YUV | 112.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 141 | 0.38 | 0.15 | 0 | 0.45 | 203.33 | 0.24 | 0.45 |
| Hex | 57 | 78 | 8D | 26 | F | 0 | 2D | CB | 18 | 2D |
| Octal | 127 | 170 | 215 | 46 | 17 | 0 | 55 | 313 | 30 | 55 |
| Binary | 1010111 | 1111000 | 10001101 | 100110 | 1111 | 0 | 101101 | 11001011 | 11000 | 101101 |
Color Harmonies of #57788D
Complementary color
Monochromatic Colors of #57788D
Black with #57788D
Text Example
Text Example
White with #57788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57788D; }
p { color: rgb(87,120,141); }
H1.HeaderClassName
{
color: #57788D;
}
.AnyTagClassName
{
color: #57788D;
}
</style>
background-color css
<style>
a { background-color: #57788D; }
a { background-color: rgb(87,120,141); }
div.DivClassName
{
background-color: #57788D;
}
.BgClassName
{
background-color: #57788D;
}
</style>
border-color css
<style>
span { border-color: #57788D; }
span { border-color: rgb(87,120,141); }
td.TdClassName
{
border-color: #57788D;
}
.TagClassName
{
border-color: #57788D;
}
</style>