Shades of Victoria #554B90
Tints of Victoria #554B90
RGB
CMYK
RGB Variations
Color information
#554B90 (or 0x554B90) is known color: Victoria. HEX triplet: 55, 4B and 90. RGB value is (85,75,144). Sum of RGB (Red+Green+Blue) = 85+75+144=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #554B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B90 is #AAB46F. Grayscale: #555555. Windows color (decimal): -11187312 or 9456469. OLE color: 9456469.
HSL color Cylindrical-coordinate representation of color #554B90: hue angle of 248.7º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554B90 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 75 | 144 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.44 |
| HSL | 248.7º | 0.32% | 0.43% | - |
| HSV(B) | 248.7º | 0.48% | 0.56% | - |
| XYZ | 11.3 | 8.98 | 27.52 | - |
| YUV | 85.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 144 | 0.41 | 0.48 | 0 | 0.44 | 248.7 | 0.32 | 0.43 |
| Hex | 55 | 4B | 90 | 29 | 30 | 0 | 2C | F9 | 20 | 2B |
| Octal | 125 | 113 | 220 | 51 | 60 | 0 | 54 | 371 | 40 | 53 |
| Binary | 1010101 | 1001011 | 10010000 | 101001 | 110000 | 0 | 101100 | 11111001 | 100000 | 101011 |
Color Harmonies of #554B90
Complementary color
Monochromatic Colors of #554B90
Black with #554B90
Text Example
Text Example
White with #554B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B90; }
p { color: rgb(85,75,144); }
H1.HeaderClassName
{
color: #554B90;
}
.AnyTagClassName
{
color: #554B90;
}
</style>
background-color css
<style>
a { background-color: #554B90; }
a { background-color: rgb(85,75,144); }
div.DivClassName
{
background-color: #554B90;
}
.BgClassName
{
background-color: #554B90;
}
</style>
border-color css
<style>
span { border-color: #554B90; }
span { border-color: rgb(85,75,144); }
td.TdClassName
{
border-color: #554B90;
}
.TagClassName
{
border-color: #554B90;
}
</style>