Shades of Victoria #534F87
Tints of Victoria #534F87
RGB
CMYK
RGB Variations
Color information
#534F87 (or 0x534F87) is known color: Victoria. HEX triplet: 53, 4F and 87. RGB value is (83,79,135). Sum of RGB (Red+Green+Blue) = 83+79+135=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #534F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F87 is #ACB078. Grayscale: #565656. Windows color (decimal): -11317369 or 8867667. OLE color: 8867667.
HSL color Cylindrical-coordinate representation of color #534F87: hue angle of 244.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534F87 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 79 | 135 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.47 |
| HSL | 244.29º | 0.26% | 0.42% | - |
| HSV(B) | 244.29º | 0.41% | 0.53% | - |
| XYZ | 10.74 | 9.18 | 24.13 | - |
| YUV | 86.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 135 | 0.39 | 0.41 | 0 | 0.47 | 244.29 | 0.26 | 0.42 |
| Hex | 53 | 4F | 87 | 27 | 29 | 0 | 2F | F4 | 1A | 2A |
| Octal | 123 | 117 | 207 | 47 | 51 | 0 | 57 | 364 | 32 | 52 |
| Binary | 1010011 | 1001111 | 10000111 | 100111 | 101001 | 0 | 101111 | 11110100 | 11010 | 101010 |
Color Harmonies of #534F87
Complementary color
Monochromatic Colors of #534F87
Black with #534F87
Text Example
Text Example
White with #534F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F87; }
p { color: rgb(83,79,135); }
H1.HeaderClassName
{
color: #534F87;
}
.AnyTagClassName
{
color: #534F87;
}
</style>
background-color css
<style>
a { background-color: #534F87; }
a { background-color: rgb(83,79,135); }
div.DivClassName
{
background-color: #534F87;
}
.BgClassName
{
background-color: #534F87;
}
</style>
border-color css
<style>
span { border-color: #534F87; }
span { border-color: rgb(83,79,135); }
td.TdClassName
{
border-color: #534F87;
}
.TagClassName
{
border-color: #534F87;
}
</style>