Shades of Victoria #555387
Tints of Victoria #555387
RGB
CMYK
RGB Variations
Color information
#555387 (or 0x555387) is known color: Victoria. HEX triplet: 55, 53 and 87. RGB value is (85,83,135). Sum of RGB (Red+Green+Blue) = 85+83+135=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #555387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555387 is #AAAC78. Grayscale: #595959. Windows color (decimal): -11185273 or 8868693. OLE color: 8868693.
HSL color Cylindrical-coordinate representation of color #555387: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555387 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 83 | 135 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.47 |
| HSL | 242.31º | 0.24% | 0.43% | - |
| HSV(B) | 242.31º | 0.39% | 0.53% | - |
| XYZ | 11.21 | 9.87 | 24.24 | - |
| YUV | 89.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 135 | 0.37 | 0.39 | 0 | 0.47 | 242.31 | 0.24 | 0.43 |
| Hex | 55 | 53 | 87 | 25 | 27 | 0 | 2F | F2 | 18 | 2B |
| Octal | 125 | 123 | 207 | 45 | 47 | 0 | 57 | 362 | 30 | 53 |
| Binary | 1010101 | 1010011 | 10000111 | 100101 | 100111 | 0 | 101111 | 11110010 | 11000 | 101011 |
Color Harmonies of #555387
Complementary color
Monochromatic Colors of #555387
Black with #555387
Text Example
Text Example
White with #555387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555387; }
p { color: rgb(85,83,135); }
H1.HeaderClassName
{
color: #555387;
}
.AnyTagClassName
{
color: #555387;
}
</style>
background-color css
<style>
a { background-color: #555387; }
a { background-color: rgb(85,83,135); }
div.DivClassName
{
background-color: #555387;
}
.BgClassName
{
background-color: #555387;
}
</style>
border-color css
<style>
span { border-color: #555387; }
span { border-color: rgb(85,83,135); }
td.TdClassName
{
border-color: #555387;
}
.TagClassName
{
border-color: #555387;
}
</style>