Shades of Victoria #534F75
Tints of Victoria #534F75
RGB
CMYK
RGB Variations
Color information
#534F75 (or 0x534F75) is known color: Victoria. HEX triplet: 53, 4F and 75. RGB value is (83,79,117). Sum of RGB (Red+Green+Blue) = 83+79+117=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #534F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F75 is #ACB08A. Grayscale: #545454. Windows color (decimal): -11317387 or 7688019. OLE color: 7688019.
HSL color Cylindrical-coordinate representation of color #534F75: hue angle of 246.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534F75 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 79 | 117 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.54 |
| HSL | 246.32º | 0.19% | 0.38% | - |
| HSV(B) | 246.32º | 0.32% | 0.46% | - |
| XYZ | 9.57 | 8.72 | 18.01 | - |
| YUV | 84.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 117 | 0.29 | 0.32 | 0 | 0.54 | 246.32 | 0.19 | 0.38 |
| Hex | 53 | 4F | 75 | 1D | 20 | 0 | 36 | F6 | 13 | 26 |
| Octal | 123 | 117 | 165 | 35 | 40 | 0 | 66 | 366 | 23 | 46 |
| Binary | 1010011 | 1001111 | 1110101 | 11101 | 100000 | 0 | 110110 | 11110110 | 10011 | 100110 |
Color Harmonies of #534F75
Complementary color
Monochromatic Colors of #534F75
Black with #534F75
Text Example
Text Example
White with #534F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F75; }
p { color: rgb(83,79,117); }
H1.HeaderClassName
{
color: #534F75;
}
.AnyTagClassName
{
color: #534F75;
}
</style>
background-color css
<style>
a { background-color: #534F75; }
a { background-color: rgb(83,79,117); }
div.DivClassName
{
background-color: #534F75;
}
.BgClassName
{
background-color: #534F75;
}
</style>
border-color css
<style>
span { border-color: #534F75; }
span { border-color: rgb(83,79,117); }
td.TdClassName
{
border-color: #534F75;
}
.TagClassName
{
border-color: #534F75;
}
</style>