Shades of Victoria #534B7B
Tints of Victoria #534B7B
RGB
CMYK
RGB Variations
Color information
#534B7B (or 0x534B7B) is known color: Victoria. HEX triplet: 53, 4B and 7B. RGB value is (83,75,123). Sum of RGB (Red+Green+Blue) = 83+75+123=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #534B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B7B is #ACB484. Grayscale: #525252. Windows color (decimal): -11318405 or 8080211. OLE color: 8080211.
HSL color Cylindrical-coordinate representation of color #534B7B: hue angle of 250º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534B7B is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 75 | 123 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.52 |
| HSL | 250º | 0.24% | 0.39% | - |
| HSV(B) | 250º | 0.39% | 0.48% | - |
| XYZ | 9.66 | 8.3 | 19.83 | - |
| YUV | 82.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 123 | 0.33 | 0.39 | 0 | 0.52 | 250 | 0.24 | 0.39 |
| Hex | 53 | 4B | 7B | 21 | 27 | 0 | 34 | FA | 18 | 27 |
| Octal | 123 | 113 | 173 | 41 | 47 | 0 | 64 | 372 | 30 | 47 |
| Binary | 1010011 | 1001011 | 1111011 | 100001 | 100111 | 0 | 110100 | 11111010 | 11000 | 100111 |
Color Harmonies of #534B7B
Complementary color
Monochromatic Colors of #534B7B
Black with #534B7B
Text Example
Text Example
White with #534B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B7B; }
p { color: rgb(83,75,123); }
H1.HeaderClassName
{
color: #534B7B;
}
.AnyTagClassName
{
color: #534B7B;
}
</style>
background-color css
<style>
a { background-color: #534B7B; }
a { background-color: rgb(83,75,123); }
div.DivClassName
{
background-color: #534B7B;
}
.BgClassName
{
background-color: #534B7B;
}
</style>
border-color css
<style>
span { border-color: #534B7B; }
span { border-color: rgb(83,75,123); }
td.TdClassName
{
border-color: #534B7B;
}
.TagClassName
{
border-color: #534B7B;
}
</style>