Shades of Victoria #534788
Tints of Victoria #534788
RGB
CMYK
RGB Variations
Color information
#534788 (or 0x534788) is known color: Victoria. HEX triplet: 53, 47 and 88. RGB value is (83,71,136). Sum of RGB (Red+Green+Blue) = 83+71+136=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #534788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534788 is #ACB877. Grayscale: #515151. Windows color (decimal): -11319416 or 8931155. OLE color: 8931155.
HSL color Cylindrical-coordinate representation of color #534788: hue angle of 251.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534788 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 71 | 136 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.47 |
| HSL | 251.08º | 0.31% | 0.41% | - |
| HSV(B) | 251.08º | 0.48% | 0.53% | - |
| XYZ | 10.26 | 8.12 | 24.32 | - |
| YUV | 82 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 136 | 0.39 | 0.48 | 0 | 0.47 | 251.08 | 0.31 | 0.41 |
| Hex | 53 | 47 | 88 | 27 | 30 | 0 | 2F | FB | 1F | 29 |
| Octal | 123 | 107 | 210 | 47 | 60 | 0 | 57 | 373 | 37 | 51 |
| Binary | 1010011 | 1000111 | 10001000 | 100111 | 110000 | 0 | 101111 | 11111011 | 11111 | 101001 |
Color Harmonies of #534788
Complementary color
Monochromatic Colors of #534788
Black with #534788
Text Example
Text Example
White with #534788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534788; }
p { color: rgb(83,71,136); }
H1.HeaderClassName
{
color: #534788;
}
.AnyTagClassName
{
color: #534788;
}
</style>
background-color css
<style>
a { background-color: #534788; }
a { background-color: rgb(83,71,136); }
div.DivClassName
{
background-color: #534788;
}
.BgClassName
{
background-color: #534788;
}
</style>
border-color css
<style>
span { border-color: #534788; }
span { border-color: rgb(83,71,136); }
td.TdClassName
{
border-color: #534788;
}
.TagClassName
{
border-color: #534788;
}
</style>