Shades of Victoria #535178
Tints of Victoria #535178
RGB
CMYK
RGB Variations
Color information
#535178 (or 0x535178) is known color: Victoria. HEX triplet: 53, 51 and 78. RGB value is (83,81,120). Sum of RGB (Red+Green+Blue) = 83+81+120=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #535178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535178 is #ACAE87. Grayscale: #555555. Windows color (decimal): -11316872 or 7885139. OLE color: 7885139.
HSL color Cylindrical-coordinate representation of color #535178: hue angle of 243.08º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535178 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 81 | 120 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.53 |
| HSL | 243.08º | 0.19% | 0.39% | - |
| HSV(B) | 243.08º | 0.33% | 0.47% | - |
| XYZ | 9.9 | 9.08 | 19 | - |
| YUV | 86.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 120 | 0.31 | 0.32 | 0 | 0.53 | 243.08 | 0.19 | 0.39 |
| Hex | 53 | 51 | 78 | 1F | 20 | 0 | 35 | F3 | 13 | 27 |
| Octal | 123 | 121 | 170 | 37 | 40 | 0 | 65 | 363 | 23 | 47 |
| Binary | 1010011 | 1010001 | 1111000 | 11111 | 100000 | 0 | 110101 | 11110011 | 10011 | 100111 |
Color Harmonies of #535178
Complementary color
Monochromatic Colors of #535178
Black with #535178
Text Example
Text Example
White with #535178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535178; }
p { color: rgb(83,81,120); }
H1.HeaderClassName
{
color: #535178;
}
.AnyTagClassName
{
color: #535178;
}
</style>
background-color css
<style>
a { background-color: #535178; }
a { background-color: rgb(83,81,120); }
div.DivClassName
{
background-color: #535178;
}
.BgClassName
{
background-color: #535178;
}
</style>
border-color css
<style>
span { border-color: #535178; }
span { border-color: rgb(83,81,120); }
td.TdClassName
{
border-color: #535178;
}
.TagClassName
{
border-color: #535178;
}
</style>