Shades of Victoria #5D5588
Tints of Victoria #5D5588
RGB
CMYK
RGB Variations
Color information
#5D5588 (or 0x5D5588) is known color: Victoria. HEX triplet: 5D, 55 and 88. RGB value is (93,85,136). Sum of RGB (Red+Green+Blue) = 93+85+136=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5588 is #A2AA77. Grayscale: #5D5D5D. Windows color (decimal): -10660472 or 8934749. OLE color: 8934749.
HSL color Cylindrical-coordinate representation of color #5D5588: hue angle of 249.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D5588 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 85 | 136 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.47 |
| HSL | 249.41º | 0.23% | 0.43% | - |
| HSV(B) | 249.41º | 0.38% | 0.53% | - |
| XYZ | 12.21 | 10.6 | 24.7 | - |
| YUV | 93.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 136 | 0.32 | 0.38 | 0 | 0.47 | 249.41 | 0.23 | 0.43 |
| Hex | 5D | 55 | 88 | 20 | 26 | 0 | 2F | F9 | 17 | 2B |
| Octal | 135 | 125 | 210 | 40 | 46 | 0 | 57 | 371 | 27 | 53 |
| Binary | 1011101 | 1010101 | 10001000 | 100000 | 100110 | 0 | 101111 | 11111001 | 10111 | 101011 |
Color Harmonies of #5D5588
Complementary color
Monochromatic Colors of #5D5588
Black with #5D5588
Text Example
Text Example
White with #5D5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5588; }
p { color: rgb(93,85,136); }
H1.HeaderClassName
{
color: #5D5588;
}
.AnyTagClassName
{
color: #5D5588;
}
</style>
background-color css
<style>
a { background-color: #5D5588; }
a { background-color: rgb(93,85,136); }
div.DivClassName
{
background-color: #5D5588;
}
.BgClassName
{
background-color: #5D5588;
}
</style>
border-color css
<style>
span { border-color: #5D5588; }
span { border-color: rgb(93,85,136); }
td.TdClassName
{
border-color: #5D5588;
}
.TagClassName
{
border-color: #5D5588;
}
</style>