Shades of Victoria #53508A
Tints of Victoria #53508A
RGB
CMYK
RGB Variations
Color information
#53508A (or 0x53508A) is known color: Victoria. HEX triplet: 53, 50 and 8A. RGB value is (83,80,138). Sum of RGB (Red+Green+Blue) = 83+80+138=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #53508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53508A is #ACAF75. Grayscale: #575757. Windows color (decimal): -11317110 or 9064531. OLE color: 9064531.
HSL color Cylindrical-coordinate representation of color #53508A: hue angle of 243.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53508A is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 80 | 138 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.46 |
| HSL | 243.1º | 0.27% | 0.43% | - |
| HSV(B) | 243.1º | 0.42% | 0.54% | - |
| XYZ | 11.02 | 9.41 | 25.28 | - |
| YUV | 87.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 138 | 0.40 | 0.42 | 0 | 0.46 | 243.1 | 0.27 | 0.43 |
| Hex | 53 | 50 | 8A | 28 | 2A | 0 | 2E | F3 | 1B | 2B |
| Octal | 123 | 120 | 212 | 50 | 52 | 0 | 56 | 363 | 33 | 53 |
| Binary | 1010011 | 1010000 | 10001010 | 101000 | 101010 | 0 | 101110 | 11110011 | 11011 | 101011 |
Color Harmonies of #53508A
Complementary color
Monochromatic Colors of #53508A
Black with #53508A
Text Example
Text Example
White with #53508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53508A; }
p { color: rgb(83,80,138); }
H1.HeaderClassName
{
color: #53508A;
}
.AnyTagClassName
{
color: #53508A;
}
</style>
background-color css
<style>
a { background-color: #53508A; }
a { background-color: rgb(83,80,138); }
div.DivClassName
{
background-color: #53508A;
}
.BgClassName
{
background-color: #53508A;
}
</style>
border-color css
<style>
span { border-color: #53508A; }
span { border-color: rgb(83,80,138); }
td.TdClassName
{
border-color: #53508A;
}
.TagClassName
{
border-color: #53508A;
}
</style>