Shades of Victoria #51517B
Tints of Victoria #51517B
RGB
CMYK
RGB Variations
Color information
#51517B (or 0x51517B) is known color: Victoria. HEX triplet: 51, 51 and 7B. RGB value is (81,81,123). Sum of RGB (Red+Green+Blue) = 81+81+123=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #51517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51517B is #AEAE84. Grayscale: #555555. Windows color (decimal): -11447941 or 8081745. OLE color: 8081745.
HSL color Cylindrical-coordinate representation of color #51517B: hue angle of 240º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51517B is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 81 | 123 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.52 |
| HSL | 240º | 0.21% | 0.4% | - |
| HSV(B) | 240º | 0.34% | 0.48% | - |
| XYZ | 9.91 | 9.06 | 19.97 | - |
| YUV | 85.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 123 | 0.34 | 0.34 | 0 | 0.52 | 240 | 0.21 | 0.4 |
| Hex | 51 | 51 | 7B | 22 | 22 | 0 | 34 | F0 | 15 | 28 |
| Octal | 121 | 121 | 173 | 42 | 42 | 0 | 64 | 360 | 25 | 50 |
| Binary | 1010001 | 1010001 | 1111011 | 100010 | 100010 | 0 | 110100 | 11110000 | 10101 | 101000 |
Color Harmonies of #51517B
Complementary color
Monochromatic Colors of #51517B
Black with #51517B
Text Example
Text Example
White with #51517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51517B; }
p { color: rgb(81,81,123); }
H1.HeaderClassName
{
color: #51517B;
}
.AnyTagClassName
{
color: #51517B;
}
</style>
background-color css
<style>
a { background-color: #51517B; }
a { background-color: rgb(81,81,123); }
div.DivClassName
{
background-color: #51517B;
}
.BgClassName
{
background-color: #51517B;
}
</style>
border-color css
<style>
span { border-color: #51517B; }
span { border-color: rgb(81,81,123); }
td.TdClassName
{
border-color: #51517B;
}
.TagClassName
{
border-color: #51517B;
}
</style>