Shades of Victoria #5D588B
Tints of Victoria #5D588B
RGB
CMYK
RGB Variations
Color information
#5D588B (or 0x5D588B) is known color: Victoria. HEX triplet: 5D, 58 and 8B. RGB value is (93,88,139). Sum of RGB (Red+Green+Blue) = 93+88+139=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D588B is #A2A774. Grayscale: #5F5F5F. Windows color (decimal): -10659701 or 9132125. OLE color: 9132125.
HSL color Cylindrical-coordinate representation of color #5D588B: hue angle of 245.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D588B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 88 | 139 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.45 |
| HSL | 245.88º | 0.22% | 0.45% | - |
| HSV(B) | 245.88º | 0.37% | 0.55% | - |
| XYZ | 12.66 | 11.17 | 25.91 | - |
| YUV | 95.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 139 | 0.33 | 0.37 | 0 | 0.45 | 245.88 | 0.22 | 0.45 |
| Hex | 5D | 58 | 8B | 21 | 25 | 0 | 2D | F6 | 16 | 2D |
| Octal | 135 | 130 | 213 | 41 | 45 | 0 | 55 | 366 | 26 | 55 |
| Binary | 1011101 | 1011000 | 10001011 | 100001 | 100101 | 0 | 101101 | 11110110 | 10110 | 101101 |
Color Harmonies of #5D588B
Complementary color
Monochromatic Colors of #5D588B
Black with #5D588B
Text Example
Text Example
White with #5D588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D588B; }
p { color: rgb(93,88,139); }
H1.HeaderClassName
{
color: #5D588B;
}
.AnyTagClassName
{
color: #5D588B;
}
</style>
background-color css
<style>
a { background-color: #5D588B; }
a { background-color: rgb(93,88,139); }
div.DivClassName
{
background-color: #5D588B;
}
.BgClassName
{
background-color: #5D588B;
}
</style>
border-color css
<style>
span { border-color: #5D588B; }
span { border-color: rgb(93,88,139); }
td.TdClassName
{
border-color: #5D588B;
}
.TagClassName
{
border-color: #5D588B;
}
</style>