Shades of Victoria #56537F
Tints of Victoria #56537F
RGB
CMYK
RGB Variations
Color information
#56537F (or 0x56537F) is known color: Victoria. HEX triplet: 56, 53 and 7F. RGB value is (86,83,127). Sum of RGB (Red+Green+Blue) = 86+83+127=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #56537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56537F is #A9AC80. Grayscale: #585858. Windows color (decimal): -11119745 or 8344406. OLE color: 8344406.
HSL color Cylindrical-coordinate representation of color #56537F: hue angle of 244.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56537F is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 83 | 127 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.50 |
| HSL | 244.09º | 0.21% | 0.41% | - |
| HSV(B) | 244.09º | 0.35% | 0.5% | - |
| XYZ | 10.76 | 9.7 | 21.38 | - |
| YUV | 88.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 127 | 0.32 | 0.35 | 0 | 0.50 | 244.09 | 0.21 | 0.41 |
| Hex | 56 | 53 | 7F | 20 | 23 | 0 | 32 | F4 | 15 | 29 |
| Octal | 126 | 123 | 177 | 40 | 43 | 0 | 62 | 364 | 25 | 51 |
| Binary | 1010110 | 1010011 | 1111111 | 100000 | 100011 | 0 | 110010 | 11110100 | 10101 | 101001 |
Color Harmonies of #56537F
Complementary color
Monochromatic Colors of #56537F
Black with #56537F
Text Example
Text Example
White with #56537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56537F; }
p { color: rgb(86,83,127); }
H1.HeaderClassName
{
color: #56537F;
}
.AnyTagClassName
{
color: #56537F;
}
</style>
background-color css
<style>
a { background-color: #56537F; }
a { background-color: rgb(86,83,127); }
div.DivClassName
{
background-color: #56537F;
}
.BgClassName
{
background-color: #56537F;
}
</style>
border-color css
<style>
span { border-color: #56537F; }
span { border-color: rgb(86,83,127); }
td.TdClassName
{
border-color: #56537F;
}
.TagClassName
{
border-color: #56537F;
}
</style>