Shades of Victoria #5D578B
Tints of Victoria #5D578B
RGB
CMYK
RGB Variations
Color information
#5D578B (or 0x5D578B) is known color: Victoria. HEX triplet: 5D, 57 and 8B. RGB value is (93,87,139). Sum of RGB (Red+Green+Blue) = 93+87+139=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D578B is #A2A874. Grayscale: #5E5E5E. Windows color (decimal): -10659957 or 9131869. OLE color: 9131869.
HSL color Cylindrical-coordinate representation of color #5D578B: hue angle of 246.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D578B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 87 | 139 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.45 |
| HSL | 246.92º | 0.23% | 0.44% | - |
| HSV(B) | 246.92º | 0.37% | 0.55% | - |
| XYZ | 12.58 | 11.01 | 25.89 | - |
| YUV | 94.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 139 | 0.33 | 0.37 | 0 | 0.45 | 246.92 | 0.23 | 0.44 |
| Hex | 5D | 57 | 8B | 21 | 25 | 0 | 2D | F7 | 17 | 2C |
| Octal | 135 | 127 | 213 | 41 | 45 | 0 | 55 | 367 | 27 | 54 |
| Binary | 1011101 | 1010111 | 10001011 | 100001 | 100101 | 0 | 101101 | 11110111 | 10111 | 101100 |
Color Harmonies of #5D578B
Complementary color
Monochromatic Colors of #5D578B
Black with #5D578B
Text Example
Text Example
White with #5D578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D578B; }
p { color: rgb(93,87,139); }
H1.HeaderClassName
{
color: #5D578B;
}
.AnyTagClassName
{
color: #5D578B;
}
</style>
background-color css
<style>
a { background-color: #5D578B; }
a { background-color: rgb(93,87,139); }
div.DivClassName
{
background-color: #5D578B;
}
.BgClassName
{
background-color: #5D578B;
}
</style>
border-color css
<style>
span { border-color: #5D578B; }
span { border-color: rgb(93,87,139); }
td.TdClassName
{
border-color: #5D578B;
}
.TagClassName
{
border-color: #5D578B;
}
</style>