Shades of Victoria #56508C
Tints of Victoria #56508C
RGB
CMYK
RGB Variations
Color information
#56508C (or 0x56508C) is known color: Victoria. HEX triplet: 56, 50 and 8C. RGB value is (86,80,140). Sum of RGB (Red+Green+Blue) = 86+80+140=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #56508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508C is #A9AF73. Grayscale: #585858. Windows color (decimal): -11120500 or 9195606. OLE color: 9195606.
HSL color Cylindrical-coordinate representation of color #56508C: hue angle of 246º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56508C is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 80 | 140 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.45 |
| HSL | 246º | 0.27% | 0.43% | - |
| HSV(B) | 246º | 0.43% | 0.55% | - |
| XYZ | 11.44 | 9.61 | 26.06 | - |
| YUV | 88.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 140 | 0.39 | 0.43 | 0 | 0.45 | 246 | 0.27 | 0.43 |
| Hex | 56 | 50 | 8C | 27 | 2B | 0 | 2D | F6 | 1B | 2B |
| Octal | 126 | 120 | 214 | 47 | 53 | 0 | 55 | 366 | 33 | 53 |
| Binary | 1010110 | 1010000 | 10001100 | 100111 | 101011 | 0 | 101101 | 11110110 | 11011 | 101011 |
Color Harmonies of #56508C
Complementary color
Monochromatic Colors of #56508C
Black with #56508C
Text Example
Text Example
White with #56508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56508C; }
p { color: rgb(86,80,140); }
H1.HeaderClassName
{
color: #56508C;
}
.AnyTagClassName
{
color: #56508C;
}
</style>
background-color css
<style>
a { background-color: #56508C; }
a { background-color: rgb(86,80,140); }
div.DivClassName
{
background-color: #56508C;
}
.BgClassName
{
background-color: #56508C;
}
</style>
border-color css
<style>
span { border-color: #56508C; }
span { border-color: rgb(86,80,140); }
td.TdClassName
{
border-color: #56508C;
}
.TagClassName
{
border-color: #56508C;
}
</style>