Shades of Victoria #534F7B
Tints of Victoria #534F7B
RGB
CMYK
RGB Variations
Color information
#534F7B (or 0x534F7B) is known color: Victoria. HEX triplet: 53, 4F and 7B. RGB value is (83,79,123). Sum of RGB (Red+Green+Blue) = 83+79+123=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #534F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F7B is #ACB084. Grayscale: #555555. Windows color (decimal): -11317381 or 8081235. OLE color: 8081235.
HSL color Cylindrical-coordinate representation of color #534F7B: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534F7B is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 79 | 123 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.52 |
| HSL | 245.45º | 0.22% | 0.4% | - |
| HSV(B) | 245.45º | 0.36% | 0.48% | - |
| XYZ | 9.94 | 8.86 | 19.93 | - |
| YUV | 85.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 123 | 0.33 | 0.36 | 0 | 0.52 | 245.45 | 0.22 | 0.4 |
| Hex | 53 | 4F | 7B | 21 | 24 | 0 | 34 | F5 | 16 | 28 |
| Octal | 123 | 117 | 173 | 41 | 44 | 0 | 64 | 365 | 26 | 50 |
| Binary | 1010011 | 1001111 | 1111011 | 100001 | 100100 | 0 | 110100 | 11110101 | 10110 | 101000 |
Color Harmonies of #534F7B
Complementary color
Monochromatic Colors of #534F7B
Black with #534F7B
Text Example
Text Example
White with #534F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F7B; }
p { color: rgb(83,79,123); }
H1.HeaderClassName
{
color: #534F7B;
}
.AnyTagClassName
{
color: #534F7B;
}
</style>
background-color css
<style>
a { background-color: #534F7B; }
a { background-color: rgb(83,79,123); }
div.DivClassName
{
background-color: #534F7B;
}
.BgClassName
{
background-color: #534F7B;
}
</style>
border-color css
<style>
span { border-color: #534F7B; }
span { border-color: rgb(83,79,123); }
td.TdClassName
{
border-color: #534F7B;
}
.TagClassName
{
border-color: #534F7B;
}
</style>