Shades of Victoria #535175
Tints of Victoria #535175
RGB
CMYK
RGB Variations
Color information
#535175 (or 0x535175) is known color: Victoria. HEX triplet: 53, 51 and 75. RGB value is (83,81,117). Sum of RGB (Red+Green+Blue) = 83+81+117=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #535175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535175 is #ACAE8A. Grayscale: #555555. Windows color (decimal): -11316875 or 7688531. OLE color: 7688531.
HSL color Cylindrical-coordinate representation of color #535175: hue angle of 243.33º degrees, saturation: 0.18, 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 #535175 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 81 | 117 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.54 |
| HSL | 243.33º | 0.18% | 0.39% | - |
| HSV(B) | 243.33º | 0.31% | 0.46% | - |
| XYZ | 9.72 | 9.01 | 18.06 | - |
| YUV | 85.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 117 | 0.29 | 0.31 | 0 | 0.54 | 243.33 | 0.18 | 0.39 |
| Hex | 53 | 51 | 75 | 1D | 1F | 0 | 36 | F3 | 12 | 27 |
| Octal | 123 | 121 | 165 | 35 | 37 | 0 | 66 | 363 | 22 | 47 |
| Binary | 1010011 | 1010001 | 1110101 | 11101 | 11111 | 0 | 110110 | 11110011 | 10010 | 100111 |
Color Harmonies of #535175
Complementary color
Monochromatic Colors of #535175
Black with #535175
Text Example
Text Example
White with #535175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535175; }
p { color: rgb(83,81,117); }
H1.HeaderClassName
{
color: #535175;
}
.AnyTagClassName
{
color: #535175;
}
</style>
background-color css
<style>
a { background-color: #535175; }
a { background-color: rgb(83,81,117); }
div.DivClassName
{
background-color: #535175;
}
.BgClassName
{
background-color: #535175;
}
</style>
border-color css
<style>
span { border-color: #535175; }
span { border-color: rgb(83,81,117); }
td.TdClassName
{
border-color: #535175;
}
.TagClassName
{
border-color: #535175;
}
</style>