Shades of Victoria #554888
Tints of Victoria #554888
RGB
CMYK
RGB Variations
Color information
#554888 (or 0x554888) is known color: Victoria. HEX triplet: 55, 48 and 88. RGB value is (85,72,136). Sum of RGB (Red+Green+Blue) = 85+72+136=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #554888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554888 is #AAB777. Grayscale: #525252. Windows color (decimal): -11188088 or 8931413. OLE color: 8931413.
HSL color Cylindrical-coordinate representation of color #554888: hue angle of 252.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554888 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 72 | 136 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.47 |
| HSL | 252.19º | 0.31% | 0.41% | - |
| HSV(B) | 252.19º | 0.47% | 0.53% | - |
| XYZ | 10.51 | 8.34 | 24.35 | - |
| YUV | 83.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 136 | 0.38 | 0.47 | 0 | 0.47 | 252.19 | 0.31 | 0.41 |
| Hex | 55 | 48 | 88 | 26 | 2F | 0 | 2F | FC | 1F | 29 |
| Octal | 125 | 110 | 210 | 46 | 57 | 0 | 57 | 374 | 37 | 51 |
| Binary | 1010101 | 1001000 | 10001000 | 100110 | 101111 | 0 | 101111 | 11111100 | 11111 | 101001 |
Color Harmonies of #554888
Complementary color
Monochromatic Colors of #554888
Black with #554888
Text Example
Text Example
White with #554888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554888; }
p { color: rgb(85,72,136); }
H1.HeaderClassName
{
color: #554888;
}
.AnyTagClassName
{
color: #554888;
}
</style>
background-color css
<style>
a { background-color: #554888; }
a { background-color: rgb(85,72,136); }
div.DivClassName
{
background-color: #554888;
}
.BgClassName
{
background-color: #554888;
}
</style>
border-color css
<style>
span { border-color: #554888; }
span { border-color: rgb(85,72,136); }
td.TdClassName
{
border-color: #554888;
}
.TagClassName
{
border-color: #554888;
}
</style>