Shades of Victoria #554F85
Tints of Victoria #554F85
RGB
CMYK
RGB Variations
Color information
#554F85 (or 0x554F85) is known color: Victoria. HEX triplet: 55, 4F and 85. RGB value is (85,79,133). Sum of RGB (Red+Green+Blue) = 85+79+133=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #554F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F85 is #AAB07A. Grayscale: #565656. Windows color (decimal): -11186299 or 8736597. OLE color: 8736597.
HSL color Cylindrical-coordinate representation of color #554F85: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554F85 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 79 | 133 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.48 |
| HSL | 246.67º | 0.25% | 0.42% | - |
| HSV(B) | 246.67º | 0.41% | 0.52% | - |
| XYZ | 10.78 | 9.22 | 23.4 | - |
| YUV | 86.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 133 | 0.36 | 0.41 | 0 | 0.48 | 246.67 | 0.25 | 0.42 |
| Hex | 55 | 4F | 85 | 24 | 29 | 0 | 30 | F7 | 19 | 2A |
| Octal | 125 | 117 | 205 | 44 | 51 | 0 | 60 | 367 | 31 | 52 |
| Binary | 1010101 | 1001111 | 10000101 | 100100 | 101001 | 0 | 110000 | 11110111 | 11001 | 101010 |
Color Harmonies of #554F85
Complementary color
Monochromatic Colors of #554F85
Black with #554F85
Text Example
Text Example
White with #554F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F85; }
p { color: rgb(85,79,133); }
H1.HeaderClassName
{
color: #554F85;
}
.AnyTagClassName
{
color: #554F85;
}
</style>
background-color css
<style>
a { background-color: #554F85; }
a { background-color: rgb(85,79,133); }
div.DivClassName
{
background-color: #554F85;
}
.BgClassName
{
background-color: #554F85;
}
</style>
border-color css
<style>
span { border-color: #554F85; }
span { border-color: rgb(85,79,133); }
td.TdClassName
{
border-color: #554F85;
}
.TagClassName
{
border-color: #554F85;
}
</style>