Shades of Victoria #535382
Tints of Victoria #535382
RGB
CMYK
RGB Variations
Color information
#535382 (or 0x535382) is known color: Victoria. HEX triplet: 53, 53 and 82. RGB value is (83,83,130). Sum of RGB (Red+Green+Blue) = 83+83+130=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #535382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535382 is #ACAC7D. Grayscale: #585858. Windows color (decimal): -11316350 or 8541011. OLE color: 8541011.
HSL color Cylindrical-coordinate representation of color #535382: hue angle of 240º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535382 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 83 | 130 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.49 |
| HSL | 240º | 0.22% | 0.42% | - |
| HSV(B) | 240º | 0.36% | 0.51% | - |
| XYZ | 10.69 | 9.64 | 22.42 | - |
| YUV | 88.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 130 | 0.36 | 0.36 | 0 | 0.49 | 240 | 0.22 | 0.42 |
| Hex | 53 | 53 | 82 | 24 | 24 | 0 | 31 | F0 | 16 | 2A |
| Octal | 123 | 123 | 202 | 44 | 44 | 0 | 61 | 360 | 26 | 52 |
| Binary | 1010011 | 1010011 | 10000010 | 100100 | 100100 | 0 | 110001 | 11110000 | 10110 | 101010 |
Color Harmonies of #535382
Complementary color
Monochromatic Colors of #535382
Black with #535382
Text Example
Text Example
White with #535382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535382; }
p { color: rgb(83,83,130); }
H1.HeaderClassName
{
color: #535382;
}
.AnyTagClassName
{
color: #535382;
}
</style>
background-color css
<style>
a { background-color: #535382; }
a { background-color: rgb(83,83,130); }
div.DivClassName
{
background-color: #535382;
}
.BgClassName
{
background-color: #535382;
}
</style>
border-color css
<style>
span { border-color: #535382; }
span { border-color: rgb(83,83,130); }
td.TdClassName
{
border-color: #535382;
}
.TagClassName
{
border-color: #535382;
}
</style>