Shades of Victoria #53467B
Tints of Victoria #53467B
RGB
CMYK
RGB Variations
Color information
#53467B (or 0x53467B) is known color: Victoria. HEX triplet: 53, 46 and 7B. RGB value is (83,70,123). Sum of RGB (Red+Green+Blue) = 83+70+123=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #53467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53467B is #ACB984. Grayscale: #4F4F4F. Windows color (decimal): -11319685 or 8078931. OLE color: 8078931.
HSL color Cylindrical-coordinate representation of color #53467B: hue angle of 254.72º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53467B is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 70 | 123 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.52 |
| HSL | 254.72º | 0.27% | 0.38% | - |
| HSV(B) | 254.72º | 0.43% | 0.48% | - |
| XYZ | 9.33 | 7.65 | 19.72 | - |
| YUV | 79.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 123 | 0.33 | 0.43 | 0 | 0.52 | 254.72 | 0.27 | 0.38 |
| Hex | 53 | 46 | 7B | 21 | 2B | 0 | 34 | FF | 1B | 26 |
| Octal | 123 | 106 | 173 | 41 | 53 | 0 | 64 | 377 | 33 | 46 |
| Binary | 1010011 | 1000110 | 1111011 | 100001 | 101011 | 0 | 110100 | 11111111 | 11011 | 100110 |
Color Harmonies of #53467B
Complementary color
Monochromatic Colors of #53467B
Black with #53467B
Text Example
Text Example
White with #53467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53467B; }
p { color: rgb(83,70,123); }
H1.HeaderClassName
{
color: #53467B;
}
.AnyTagClassName
{
color: #53467B;
}
</style>
background-color css
<style>
a { background-color: #53467B; }
a { background-color: rgb(83,70,123); }
div.DivClassName
{
background-color: #53467B;
}
.BgClassName
{
background-color: #53467B;
}
</style>
border-color css
<style>
span { border-color: #53467B; }
span { border-color: rgb(83,70,123); }
td.TdClassName
{
border-color: #53467B;
}
.TagClassName
{
border-color: #53467B;
}
</style>