Shades of Victoria #5D5278
Tints of Victoria #5D5278
RGB
CMYK
RGB Variations
Color information
#5D5278 (or 0x5D5278) is known color: Victoria. HEX triplet: 5D, 52 and 78. RGB value is (93,82,120). Sum of RGB (Red+Green+Blue) = 93+82+120=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5278 is #A2AD87. Grayscale: #595959. Windows color (decimal): -10661256 or 7885405. OLE color: 7885405.
HSL color Cylindrical-coordinate representation of color #5D5278: hue angle of 257.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D5278 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 82 | 120 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.53 |
| HSL | 257.37º | 0.19% | 0.4% | - |
| HSV(B) | 257.37º | 0.32% | 0.47% | - |
| XYZ | 10.92 | 9.72 | 19.07 | - |
| YUV | 89.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 120 | 0.22 | 0.32 | 0 | 0.53 | 257.37 | 0.19 | 0.4 |
| Hex | 5D | 52 | 78 | 16 | 20 | 0 | 35 | 101 | 13 | 28 |
| Octal | 135 | 122 | 170 | 26 | 40 | 0 | 65 | 401 | 23 | 50 |
| Binary | 1011101 | 1010010 | 1111000 | 10110 | 100000 | 0 | 110101 | 100000001 | 10011 | 101000 |
Color Harmonies of #5D5278
Complementary color
Monochromatic Colors of #5D5278
Black with #5D5278
Text Example
Text Example
White with #5D5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5278; }
p { color: rgb(93,82,120); }
H1.HeaderClassName
{
color: #5D5278;
}
.AnyTagClassName
{
color: #5D5278;
}
</style>
background-color css
<style>
a { background-color: #5D5278; }
a { background-color: rgb(93,82,120); }
div.DivClassName
{
background-color: #5D5278;
}
.BgClassName
{
background-color: #5D5278;
}
</style>
border-color css
<style>
span { border-color: #5D5278; }
span { border-color: rgb(93,82,120); }
td.TdClassName
{
border-color: #5D5278;
}
.TagClassName
{
border-color: #5D5278;
}
</style>