Shades of Hoki #577D92
Tints of Hoki #577D92
RGB
CMYK
RGB Variations
Color information
#577D92 (or 0x577D92) is known color: Hoki. HEX triplet: 57, 7D and 92. RGB value is (87,125,146). Sum of RGB (Red+Green+Blue) = 87+125+146=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #577D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D92 is #A8826D. Grayscale: #737373. Windows color (decimal): -11043438 or 9600343. OLE color: 9600343.
HSL color Cylindrical-coordinate representation of color #577D92: hue angle of 201.36º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577D92 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 125 | 146 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.43 |
| HSL | 201.36º | 0.25% | 0.46% | - |
| HSV(B) | 201.36º | 0.4% | 0.57% | - |
| XYZ | 16.45 | 18.77 | 29.95 | - |
| YUV | 116.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 146 | 0.40 | 0.14 | 0 | 0.43 | 201.36 | 0.25 | 0.46 |
| Hex | 57 | 7D | 92 | 28 | E | 0 | 2B | C9 | 19 | 2E |
| Octal | 127 | 175 | 222 | 50 | 16 | 0 | 53 | 311 | 31 | 56 |
| Binary | 1010111 | 1111101 | 10010010 | 101000 | 1110 | 0 | 101011 | 11001001 | 11001 | 101110 |
Color Harmonies of #577D92
Complementary color
Monochromatic Colors of #577D92
Black with #577D92
Text Example
Text Example
White with #577D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577D92; }
p { color: rgb(87,125,146); }
H1.HeaderClassName
{
color: #577D92;
}
.AnyTagClassName
{
color: #577D92;
}
</style>
background-color css
<style>
a { background-color: #577D92; }
a { background-color: rgb(87,125,146); }
div.DivClassName
{
background-color: #577D92;
}
.BgClassName
{
background-color: #577D92;
}
</style>
border-color css
<style>
span { border-color: #577D92; }
span { border-color: rgb(87,125,146); }
td.TdClassName
{
border-color: #577D92;
}
.TagClassName
{
border-color: #577D92;
}
</style>