Shades of Victoria #56527D
Tints of Victoria #56527D
RGB
CMYK
RGB Variations
Color information
#56527D (or 0x56527D) is known color: Victoria. HEX triplet: 56, 52 and 7D. RGB value is (86,82,125). Sum of RGB (Red+Green+Blue) = 86+82+125=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #56527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56527D is #A9AD82. Grayscale: #575757. Windows color (decimal): -11120003 or 8213078. OLE color: 8213078.
HSL color Cylindrical-coordinate representation of color #56527D: hue angle of 245.58º 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 #56527D is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 82 | 125 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.51 |
| HSL | 245.58º | 0.21% | 0.41% | - |
| HSV(B) | 245.58º | 0.34% | 0.49% | - |
| XYZ | 10.56 | 9.49 | 20.68 | - |
| YUV | 88.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 125 | 0.31 | 0.34 | 0 | 0.51 | 245.58 | 0.21 | 0.41 |
| Hex | 56 | 52 | 7D | 1F | 22 | 0 | 33 | F6 | 15 | 29 |
| Octal | 126 | 122 | 175 | 37 | 42 | 0 | 63 | 366 | 25 | 51 |
| Binary | 1010110 | 1010010 | 1111101 | 11111 | 100010 | 0 | 110011 | 11110110 | 10101 | 101001 |
Color Harmonies of #56527D
Complementary color
Monochromatic Colors of #56527D
Black with #56527D
Text Example
Text Example
White with #56527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56527D; }
p { color: rgb(86,82,125); }
H1.HeaderClassName
{
color: #56527D;
}
.AnyTagClassName
{
color: #56527D;
}
</style>
background-color css
<style>
a { background-color: #56527D; }
a { background-color: rgb(86,82,125); }
div.DivClassName
{
background-color: #56527D;
}
.BgClassName
{
background-color: #56527D;
}
</style>
border-color css
<style>
span { border-color: #56527D; }
span { border-color: rgb(86,82,125); }
td.TdClassName
{
border-color: #56527D;
}
.TagClassName
{
border-color: #56527D;
}
</style>