Shades of Victoria #535381
Tints of Victoria #535381
RGB
CMYK
RGB Variations
Color information
#535381 (or 0x535381) is known color: Victoria. HEX triplet: 53, 53 and 81. RGB value is (83,83,129). Sum of RGB (Red+Green+Blue) = 83+83+129=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #535381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535381 is #ACAC7E. Grayscale: #585858. Windows color (decimal): -11316351 or 8475475. OLE color: 8475475.
HSL color Cylindrical-coordinate representation of color #535381: 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 #535381 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 83 | 129 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.49 |
| HSL | 240º | 0.22% | 0.42% | - |
| HSV(B) | 240º | 0.36% | 0.51% | - |
| XYZ | 10.62 | 9.61 | 22.06 | - |
| YUV | 88.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 129 | 0.36 | 0.36 | 0 | 0.49 | 240 | 0.22 | 0.42 |
| Hex | 53 | 53 | 81 | 24 | 24 | 0 | 31 | F0 | 16 | 2A |
| Octal | 123 | 123 | 201 | 44 | 44 | 0 | 61 | 360 | 26 | 52 |
| Binary | 1010011 | 1010011 | 10000001 | 100100 | 100100 | 0 | 110001 | 11110000 | 10110 | 101010 |
Color Harmonies of #535381
Complementary color
Monochromatic Colors of #535381
Black with #535381
Text Example
Text Example
White with #535381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535381; }
p { color: rgb(83,83,129); }
H1.HeaderClassName
{
color: #535381;
}
.AnyTagClassName
{
color: #535381;
}
</style>
background-color css
<style>
a { background-color: #535381; }
a { background-color: rgb(83,83,129); }
div.DivClassName
{
background-color: #535381;
}
.BgClassName
{
background-color: #535381;
}
</style>
border-color css
<style>
span { border-color: #535381; }
span { border-color: rgb(83,83,129); }
td.TdClassName
{
border-color: #535381;
}
.TagClassName
{
border-color: #535381;
}
</style>