Shades of Victoria #534B76
Tints of Victoria #534B76
RGB
CMYK
RGB Variations
Color information
#534B76 (or 0x534B76) is known color: Victoria. HEX triplet: 53, 4B and 76. RGB value is (83,75,118). Sum of RGB (Red+Green+Blue) = 83+75+118=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #534B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B76 is #ACB489. Grayscale: #525252. Windows color (decimal): -11318410 or 7752531. OLE color: 7752531.
HSL color Cylindrical-coordinate representation of color #534B76: hue angle of 251.16º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534B76 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 75 | 118 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.54 |
| HSL | 251.16º | 0.22% | 0.38% | - |
| HSV(B) | 251.16º | 0.36% | 0.46% | - |
| XYZ | 9.35 | 8.18 | 18.23 | - |
| YUV | 82.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 118 | 0.30 | 0.36 | 0 | 0.54 | 251.16 | 0.22 | 0.38 |
| Hex | 53 | 4B | 76 | 1E | 24 | 0 | 36 | FB | 16 | 26 |
| Octal | 123 | 113 | 166 | 36 | 44 | 0 | 66 | 373 | 26 | 46 |
| Binary | 1010011 | 1001011 | 1110110 | 11110 | 100100 | 0 | 110110 | 11111011 | 10110 | 100110 |
Color Harmonies of #534B76
Complementary color
Monochromatic Colors of #534B76
Black with #534B76
Text Example
Text Example
White with #534B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B76; }
p { color: rgb(83,75,118); }
H1.HeaderClassName
{
color: #534B76;
}
.AnyTagClassName
{
color: #534B76;
}
</style>
background-color css
<style>
a { background-color: #534B76; }
a { background-color: rgb(83,75,118); }
div.DivClassName
{
background-color: #534B76;
}
.BgClassName
{
background-color: #534B76;
}
</style>
border-color css
<style>
span { border-color: #534B76; }
span { border-color: rgb(83,75,118); }
td.TdClassName
{
border-color: #534B76;
}
.TagClassName
{
border-color: #534B76;
}
</style>