Shades of Victoria #554F7A
Tints of Victoria #554F7A
RGB
CMYK
RGB Variations
Color information
#554F7A (or 0x554F7A) is known color: Victoria. HEX triplet: 55, 4F and 7A. RGB value is (85,79,122). Sum of RGB (Red+Green+Blue) = 85+79+122=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #554F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F7A is #AAB085. Grayscale: #555555. Windows color (decimal): -11186310 or 8015701. OLE color: 8015701.
HSL color Cylindrical-coordinate representation of color #554F7A: hue angle of 248.37º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554F7A is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 79 | 122 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.52 |
| HSL | 248.37º | 0.21% | 0.39% | - |
| HSV(B) | 248.37º | 0.35% | 0.48% | - |
| XYZ | 10.06 | 8.93 | 19.61 | - |
| YUV | 85.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 122 | 0.30 | 0.35 | 0 | 0.52 | 248.37 | 0.21 | 0.39 |
| Hex | 55 | 4F | 7A | 1E | 23 | 0 | 34 | F8 | 15 | 27 |
| Octal | 125 | 117 | 172 | 36 | 43 | 0 | 64 | 370 | 25 | 47 |
| Binary | 1010101 | 1001111 | 1111010 | 11110 | 100011 | 0 | 110100 | 11111000 | 10101 | 100111 |
Color Harmonies of #554F7A
Complementary color
Monochromatic Colors of #554F7A
Black with #554F7A
Text Example
Text Example
White with #554F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F7A; }
p { color: rgb(85,79,122); }
H1.HeaderClassName
{
color: #554F7A;
}
.AnyTagClassName
{
color: #554F7A;
}
</style>
background-color css
<style>
a { background-color: #554F7A; }
a { background-color: rgb(85,79,122); }
div.DivClassName
{
background-color: #554F7A;
}
.BgClassName
{
background-color: #554F7A;
}
</style>
border-color css
<style>
span { border-color: #554F7A; }
span { border-color: rgb(85,79,122); }
td.TdClassName
{
border-color: #554F7A;
}
.TagClassName
{
border-color: #554F7A;
}
</style>