Shades of Victoria #5D5488
Tints of Victoria #5D5488
RGB
CMYK
RGB Variations
Color information
#5D5488 (or 0x5D5488) is known color: Victoria. HEX triplet: 5D, 54 and 88. RGB value is (93,84,136). Sum of RGB (Red+Green+Blue) = 93+84+136=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D5488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5488 is #A2AB77. Grayscale: #5C5C5C. Windows color (decimal): -10660728 or 8934493. OLE color: 8934493.
HSL color Cylindrical-coordinate representation of color #5D5488: hue angle of 250.38º degrees, saturation: 0.24, 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 #5D5488 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 84 | 136 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.47 |
| HSL | 250.38º | 0.24% | 0.43% | - |
| HSV(B) | 250.38º | 0.38% | 0.53% | - |
| XYZ | 12.13 | 10.45 | 24.67 | - |
| YUV | 92.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 136 | 0.32 | 0.38 | 0 | 0.47 | 250.38 | 0.24 | 0.43 |
| Hex | 5D | 54 | 88 | 20 | 26 | 0 | 2F | FA | 18 | 2B |
| Octal | 135 | 124 | 210 | 40 | 46 | 0 | 57 | 372 | 30 | 53 |
| Binary | 1011101 | 1010100 | 10001000 | 100000 | 100110 | 0 | 101111 | 11111010 | 11000 | 101011 |
Color Harmonies of #5D5488
Complementary color
Monochromatic Colors of #5D5488
Black with #5D5488
Text Example
Text Example
White with #5D5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5488; }
p { color: rgb(93,84,136); }
H1.HeaderClassName
{
color: #5D5488;
}
.AnyTagClassName
{
color: #5D5488;
}
</style>
background-color css
<style>
a { background-color: #5D5488; }
a { background-color: rgb(93,84,136); }
div.DivClassName
{
background-color: #5D5488;
}
.BgClassName
{
background-color: #5D5488;
}
</style>
border-color css
<style>
span { border-color: #5D5488; }
span { border-color: rgb(93,84,136); }
td.TdClassName
{
border-color: #5D5488;
}
.TagClassName
{
border-color: #5D5488;
}
</style>