Shades of Victoria #5D587D
Tints of Victoria #5D587D
RGB
CMYK
RGB Variations
Color information
#5D587D (or 0x5D587D) is known color: Victoria. HEX triplet: 5D, 58 and 7D. RGB value is (93,88,125). Sum of RGB (Red+Green+Blue) = 93+88+125=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D587D is #A2A782. Grayscale: #5D5D5D. Windows color (decimal): -10659715 or 8214621. OLE color: 8214621.
HSL color Cylindrical-coordinate representation of color #5D587D: hue angle of 248.11º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D587D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 88 | 125 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.51 |
| HSL | 248.11º | 0.17% | 0.42% | - |
| HSV(B) | 248.11º | 0.3% | 0.49% | - |
| XYZ | 11.71 | 10.79 | 20.87 | - |
| YUV | 93.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 125 | 0.26 | 0.30 | 0 | 0.51 | 248.11 | 0.17 | 0.42 |
| Hex | 5D | 58 | 7D | 1A | 1E | 0 | 33 | F8 | 11 | 2A |
| Octal | 135 | 130 | 175 | 32 | 36 | 0 | 63 | 370 | 21 | 52 |
| Binary | 1011101 | 1011000 | 1111101 | 11010 | 11110 | 0 | 110011 | 11111000 | 10001 | 101010 |
Color Harmonies of #5D587D
Complementary color
Monochromatic Colors of #5D587D
Black with #5D587D
Text Example
Text Example
White with #5D587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D587D; }
p { color: rgb(93,88,125); }
H1.HeaderClassName
{
color: #5D587D;
}
.AnyTagClassName
{
color: #5D587D;
}
</style>
background-color css
<style>
a { background-color: #5D587D; }
a { background-color: rgb(93,88,125); }
div.DivClassName
{
background-color: #5D587D;
}
.BgClassName
{
background-color: #5D587D;
}
</style>
border-color css
<style>
span { border-color: #5D587D; }
span { border-color: rgb(93,88,125); }
td.TdClassName
{
border-color: #5D587D;
}
.TagClassName
{
border-color: #5D587D;
}
</style>