Shades of Victoria #53547E
Tints of Victoria #53547E
RGB
CMYK
RGB Variations
Color information
#53547E (or 0x53547E) is known color: Victoria. HEX triplet: 53, 54 and 7E. RGB value is (83,84,126). Sum of RGB (Red+Green+Blue) = 83+84+126=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #53547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53547E is #ACAB81. Grayscale: #585858. Windows color (decimal): -11316098 or 8279123. OLE color: 8279123.
HSL color Cylindrical-coordinate representation of color #53547E: hue angle of 238.6º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53547E is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 84 | 126 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.51 |
| HSL | 238.6º | 0.21% | 0.41% | - |
| HSV(B) | 238.6º | 0.34% | 0.49% | - |
| XYZ | 10.5 | 9.69 | 21.05 | - |
| YUV | 88.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 126 | 0.34 | 0.33 | 0 | 0.51 | 238.6 | 0.21 | 0.41 |
| Hex | 53 | 54 | 7E | 22 | 21 | 0 | 33 | EF | 15 | 29 |
| Octal | 123 | 124 | 176 | 42 | 41 | 0 | 63 | 357 | 25 | 51 |
| Binary | 1010011 | 1010100 | 1111110 | 100010 | 100001 | 0 | 110011 | 11101111 | 10101 | 101001 |
Color Harmonies of #53547E
Complementary color
Monochromatic Colors of #53547E
Black with #53547E
Text Example
Text Example
White with #53547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53547E; }
p { color: rgb(83,84,126); }
H1.HeaderClassName
{
color: #53547E;
}
.AnyTagClassName
{
color: #53547E;
}
</style>
background-color css
<style>
a { background-color: #53547E; }
a { background-color: rgb(83,84,126); }
div.DivClassName
{
background-color: #53547E;
}
.BgClassName
{
background-color: #53547E;
}
</style>
border-color css
<style>
span { border-color: #53547E; }
span { border-color: rgb(83,84,126); }
td.TdClassName
{
border-color: #53547E;
}
.TagClassName
{
border-color: #53547E;
}
</style>