Shades of Victoria #5D5285
Tints of Victoria #5D5285
RGB
CMYK
RGB Variations
Color information
#5D5285 (or 0x5D5285) is known color: Victoria. HEX triplet: 5D, 52 and 85. RGB value is (93,82,133). Sum of RGB (Red+Green+Blue) = 93+82+133=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D5285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5285 is #A2AD7A. Grayscale: #5A5A5A. Windows color (decimal): -10661243 or 8737373. OLE color: 8737373.
HSL color Cylindrical-coordinate representation of color #5D5285: hue angle of 252.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D5285 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 82 | 133 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.48 |
| HSL | 252.94º | 0.24% | 0.42% | - |
| HSV(B) | 252.94º | 0.38% | 0.52% | - |
| XYZ | 11.77 | 10.06 | 23.51 | - |
| YUV | 91.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 133 | 0.30 | 0.38 | 0 | 0.48 | 252.94 | 0.24 | 0.42 |
| Hex | 5D | 52 | 85 | 1E | 26 | 0 | 30 | FD | 18 | 2A |
| Octal | 135 | 122 | 205 | 36 | 46 | 0 | 60 | 375 | 30 | 52 |
| Binary | 1011101 | 1010010 | 10000101 | 11110 | 100110 | 0 | 110000 | 11111101 | 11000 | 101010 |
Color Harmonies of #5D5285
Complementary color
Monochromatic Colors of #5D5285
Black with #5D5285
Text Example
Text Example
White with #5D5285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5285; }
p { color: rgb(93,82,133); }
H1.HeaderClassName
{
color: #5D5285;
}
.AnyTagClassName
{
color: #5D5285;
}
</style>
background-color css
<style>
a { background-color: #5D5285; }
a { background-color: rgb(93,82,133); }
div.DivClassName
{
background-color: #5D5285;
}
.BgClassName
{
background-color: #5D5285;
}
</style>
border-color css
<style>
span { border-color: #5D5285; }
span { border-color: rgb(93,82,133); }
td.TdClassName
{
border-color: #5D5285;
}
.TagClassName
{
border-color: #5D5285;
}
</style>