Shades of Victoria #535176
Tints of Victoria #535176
RGB
CMYK
RGB Variations
Color information
#535176 (or 0x535176) is known color: Victoria. HEX triplet: 53, 51 and 76. RGB value is (83,81,118). Sum of RGB (Red+Green+Blue) = 83+81+118=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #535176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535176 is #ACAE89. Grayscale: #555555. Windows color (decimal): -11316874 or 7754067. OLE color: 7754067.
HSL color Cylindrical-coordinate representation of color #535176: hue angle of 243.24º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535176 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 81 | 118 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.54 |
| HSL | 243.24º | 0.19% | 0.39% | - |
| HSV(B) | 243.24º | 0.31% | 0.46% | - |
| XYZ | 9.78 | 9.03 | 18.37 | - |
| YUV | 85.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 118 | 0.30 | 0.31 | 0 | 0.54 | 243.24 | 0.19 | 0.39 |
| Hex | 53 | 51 | 76 | 1E | 1F | 0 | 36 | F3 | 13 | 27 |
| Octal | 123 | 121 | 166 | 36 | 37 | 0 | 66 | 363 | 23 | 47 |
| Binary | 1010011 | 1010001 | 1110110 | 11110 | 11111 | 0 | 110110 | 11110011 | 10011 | 100111 |
Color Harmonies of #535176
Complementary color
Monochromatic Colors of #535176
Black with #535176
Text Example
Text Example
White with #535176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535176; }
p { color: rgb(83,81,118); }
H1.HeaderClassName
{
color: #535176;
}
.AnyTagClassName
{
color: #535176;
}
</style>
background-color css
<style>
a { background-color: #535176; }
a { background-color: rgb(83,81,118); }
div.DivClassName
{
background-color: #535176;
}
.BgClassName
{
background-color: #535176;
}
</style>
border-color css
<style>
span { border-color: #535176; }
span { border-color: rgb(83,81,118); }
td.TdClassName
{
border-color: #535176;
}
.TagClassName
{
border-color: #535176;
}
</style>