Shades of Victoria #53508B
Tints of Victoria #53508B
RGB
CMYK
RGB Variations
Color information
#53508B (or 0x53508B) is known color: Victoria. HEX triplet: 53, 50 and 8B. RGB value is (83,80,139). Sum of RGB (Red+Green+Blue) = 83+80+139=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #53508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53508B is #ACAF74. Grayscale: #575757. Windows color (decimal): -11317109 or 9130067. OLE color: 9130067.
HSL color Cylindrical-coordinate representation of color #53508B: hue angle of 243.05º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53508B is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 80 | 139 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.45 |
| HSL | 243.05º | 0.27% | 0.43% | - |
| HSV(B) | 243.05º | 0.42% | 0.55% | - |
| XYZ | 11.1 | 9.44 | 25.66 | - |
| YUV | 87.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 139 | 0.40 | 0.42 | 0 | 0.45 | 243.05 | 0.27 | 0.43 |
| Hex | 53 | 50 | 8B | 28 | 2A | 0 | 2D | F3 | 1B | 2B |
| Octal | 123 | 120 | 213 | 50 | 52 | 0 | 55 | 363 | 33 | 53 |
| Binary | 1010011 | 1010000 | 10001011 | 101000 | 101010 | 0 | 101101 | 11110011 | 11011 | 101011 |
Color Harmonies of #53508B
Complementary color
Monochromatic Colors of #53508B
Black with #53508B
Text Example
Text Example
White with #53508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53508B; }
p { color: rgb(83,80,139); }
H1.HeaderClassName
{
color: #53508B;
}
.AnyTagClassName
{
color: #53508B;
}
</style>
background-color css
<style>
a { background-color: #53508B; }
a { background-color: rgb(83,80,139); }
div.DivClassName
{
background-color: #53508B;
}
.BgClassName
{
background-color: #53508B;
}
</style>
border-color css
<style>
span { border-color: #53508B; }
span { border-color: rgb(83,80,139); }
td.TdClassName
{
border-color: #53508B;
}
.TagClassName
{
border-color: #53508B;
}
</style>