Shades of Victoria #56508A
Tints of Victoria #56508A
RGB
CMYK
RGB Variations
Color information
#56508A (or 0x56508A) is known color: Victoria. HEX triplet: 56, 50 and 8A. RGB value is (86,80,138). Sum of RGB (Red+Green+Blue) = 86+80+138=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #56508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508A is #A9AF75. Grayscale: #585858. Windows color (decimal): -11120502 or 9064534. OLE color: 9064534.
HSL color Cylindrical-coordinate representation of color #56508A: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56508A is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 80 | 138 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.46 |
| HSL | 246.21º | 0.27% | 0.43% | - |
| HSV(B) | 246.21º | 0.42% | 0.54% | - |
| XYZ | 11.29 | 9.55 | 25.29 | - |
| YUV | 88.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 138 | 0.38 | 0.42 | 0 | 0.46 | 246.21 | 0.27 | 0.43 |
| Hex | 56 | 50 | 8A | 26 | 2A | 0 | 2E | F6 | 1B | 2B |
| Octal | 126 | 120 | 212 | 46 | 52 | 0 | 56 | 366 | 33 | 53 |
| Binary | 1010110 | 1010000 | 10001010 | 100110 | 101010 | 0 | 101110 | 11110110 | 11011 | 101011 |
Color Harmonies of #56508A
Complementary color
Monochromatic Colors of #56508A
Black with #56508A
Text Example
Text Example
White with #56508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56508A; }
p { color: rgb(86,80,138); }
H1.HeaderClassName
{
color: #56508A;
}
.AnyTagClassName
{
color: #56508A;
}
</style>
background-color css
<style>
a { background-color: #56508A; }
a { background-color: rgb(86,80,138); }
div.DivClassName
{
background-color: #56508A;
}
.BgClassName
{
background-color: #56508A;
}
</style>
border-color css
<style>
span { border-color: #56508A; }
span { border-color: rgb(86,80,138); }
td.TdClassName
{
border-color: #56508A;
}
.TagClassName
{
border-color: #56508A;
}
</style>