Shades of Victoria #534875
Tints of Victoria #534875
RGB
CMYK
RGB Variations
Color information
#534875 (or 0x534875) is known color: Victoria. HEX triplet: 53, 48 and 75. RGB value is (83,72,117). Sum of RGB (Red+Green+Blue) = 83+72+117=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #534875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534875 is #ACB78A. Grayscale: #505050. Windows color (decimal): -11319179 or 7686227. OLE color: 7686227.
HSL color Cylindrical-coordinate representation of color #534875: hue angle of 254.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534875 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 72 | 117 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.54 |
| HSL | 254.67º | 0.24% | 0.37% | - |
| HSV(B) | 254.67º | 0.38% | 0.46% | - |
| XYZ | 9.1 | 7.76 | 17.85 | - |
| YUV | 80.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 117 | 0.29 | 0.38 | 0 | 0.54 | 254.67 | 0.24 | 0.37 |
| Hex | 53 | 48 | 75 | 1D | 26 | 0 | 36 | FF | 18 | 25 |
| Octal | 123 | 110 | 165 | 35 | 46 | 0 | 66 | 377 | 30 | 45 |
| Binary | 1010011 | 1001000 | 1110101 | 11101 | 100110 | 0 | 110110 | 11111111 | 11000 | 100101 |
Color Harmonies of #534875
Complementary color
Monochromatic Colors of #534875
Black with #534875
Text Example
Text Example
White with #534875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534875; }
p { color: rgb(83,72,117); }
H1.HeaderClassName
{
color: #534875;
}
.AnyTagClassName
{
color: #534875;
}
</style>
background-color css
<style>
a { background-color: #534875; }
a { background-color: rgb(83,72,117); }
div.DivClassName
{
background-color: #534875;
}
.BgClassName
{
background-color: #534875;
}
</style>
border-color css
<style>
span { border-color: #534875; }
span { border-color: rgb(83,72,117); }
td.TdClassName
{
border-color: #534875;
}
.TagClassName
{
border-color: #534875;
}
</style>