Shades of Victoria #514F8A
Tints of Victoria #514F8A
RGB
CMYK
RGB Variations
Color information
#514F8A (or 0x514F8A) is known color: Victoria. HEX triplet: 51, 4F and 8A. RGB value is (81,79,138). Sum of RGB (Red+Green+Blue) = 81+79+138=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #514F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F8A is #AEB075. Grayscale: #565656. Windows color (decimal): -11448438 or 9064273. OLE color: 9064273.
HSL color Cylindrical-coordinate representation of color #514F8A: hue angle of 242.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514F8A is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 79 | 138 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.46 |
| HSL | 242.03º | 0.27% | 0.43% | - |
| HSV(B) | 242.03º | 0.43% | 0.54% | - |
| XYZ | 10.78 | 9.18 | 25.25 | - |
| YUV | 86.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 138 | 0.41 | 0.43 | 0 | 0.46 | 242.03 | 0.27 | 0.43 |
| Hex | 51 | 4F | 8A | 29 | 2B | 0 | 2E | F2 | 1B | 2B |
| Octal | 121 | 117 | 212 | 51 | 53 | 0 | 56 | 362 | 33 | 53 |
| Binary | 1010001 | 1001111 | 10001010 | 101001 | 101011 | 0 | 101110 | 11110010 | 11011 | 101011 |
Color Harmonies of #514F8A
Complementary color
Monochromatic Colors of #514F8A
Black with #514F8A
Text Example
Text Example
White with #514F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F8A; }
p { color: rgb(81,79,138); }
H1.HeaderClassName
{
color: #514F8A;
}
.AnyTagClassName
{
color: #514F8A;
}
</style>
background-color css
<style>
a { background-color: #514F8A; }
a { background-color: rgb(81,79,138); }
div.DivClassName
{
background-color: #514F8A;
}
.BgClassName
{
background-color: #514F8A;
}
</style>
border-color css
<style>
span { border-color: #514F8A; }
span { border-color: rgb(81,79,138); }
td.TdClassName
{
border-color: #514F8A;
}
.TagClassName
{
border-color: #514F8A;
}
</style>