Shades of Victoria #534F8E
Tints of Victoria #534F8E
RGB
CMYK
RGB Variations
Color information
#534F8E (or 0x534F8E) is known color: Victoria. HEX triplet: 53, 4F and 8E. RGB value is (83,79,142). Sum of RGB (Red+Green+Blue) = 83+79+142=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #534F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F8E is #ACB071. Grayscale: #575757. Windows color (decimal): -11317362 or 9326419. OLE color: 9326419.
HSL color Cylindrical-coordinate representation of color #534F8E: hue angle of 243.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534F8E is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 79 | 142 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.44 |
| HSL | 243.81º | 0.29% | 0.43% | - |
| HSV(B) | 243.81º | 0.44% | 0.56% | - |
| XYZ | 11.25 | 9.38 | 26.81 | - |
| YUV | 87.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 142 | 0.42 | 0.44 | 0 | 0.44 | 243.81 | 0.29 | 0.43 |
| Hex | 53 | 4F | 8E | 2A | 2C | 0 | 2C | F4 | 1D | 2B |
| Octal | 123 | 117 | 216 | 52 | 54 | 0 | 54 | 364 | 35 | 53 |
| Binary | 1010011 | 1001111 | 10001110 | 101010 | 101100 | 0 | 101100 | 11110100 | 11101 | 101011 |
Color Harmonies of #534F8E
Complementary color
Monochromatic Colors of #534F8E
Black with #534F8E
Text Example
Text Example
White with #534F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F8E; }
p { color: rgb(83,79,142); }
H1.HeaderClassName
{
color: #534F8E;
}
.AnyTagClassName
{
color: #534F8E;
}
</style>
background-color css
<style>
a { background-color: #534F8E; }
a { background-color: rgb(83,79,142); }
div.DivClassName
{
background-color: #534F8E;
}
.BgClassName
{
background-color: #534F8E;
}
</style>
border-color css
<style>
span { border-color: #534F8E; }
span { border-color: rgb(83,79,142); }
td.TdClassName
{
border-color: #534F8E;
}
.TagClassName
{
border-color: #534F8E;
}
</style>