Shades of Victoria #584D7F
Tints of Victoria #584D7F
RGB
CMYK
RGB Variations
Color information
#584D7F (or 0x584D7F) is known color: Victoria. HEX triplet: 58, 4D and 7F. RGB value is (88,77,127). Sum of RGB (Red+Green+Blue) = 88+77+127=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #584D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D7F is #A7B280. Grayscale: #555555. Windows color (decimal): -10990209 or 8342872. OLE color: 8342872.
HSL color Cylindrical-coordinate representation of color #584D7F: hue angle of 253.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584D7F is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 77 | 127 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.50 |
| HSL | 253.2º | 0.25% | 0.4% | - |
| HSV(B) | 253.2º | 0.39% | 0.5% | - |
| XYZ | 10.51 | 8.91 | 21.25 | - |
| YUV | 85.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 127 | 0.31 | 0.39 | 0 | 0.50 | 253.2 | 0.25 | 0.4 |
| Hex | 58 | 4D | 7F | 1F | 27 | 0 | 32 | FD | 19 | 28 |
| Octal | 130 | 115 | 177 | 37 | 47 | 0 | 62 | 375 | 31 | 50 |
| Binary | 1011000 | 1001101 | 1111111 | 11111 | 100111 | 0 | 110010 | 11111101 | 11001 | 101000 |
Color Harmonies of #584D7F
Complementary color
Monochromatic Colors of #584D7F
Black with #584D7F
Text Example
Text Example
White with #584D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D7F; }
p { color: rgb(88,77,127); }
H1.HeaderClassName
{
color: #584D7F;
}
.AnyTagClassName
{
color: #584D7F;
}
</style>
background-color css
<style>
a { background-color: #584D7F; }
a { background-color: rgb(88,77,127); }
div.DivClassName
{
background-color: #584D7F;
}
.BgClassName
{
background-color: #584D7F;
}
</style>
border-color css
<style>
span { border-color: #584D7F; }
span { border-color: rgb(88,77,127); }
td.TdClassName
{
border-color: #584D7F;
}
.TagClassName
{
border-color: #584D7F;
}
</style>