Shades of Victoria #555385
Tints of Victoria #555385
RGB
CMYK
RGB Variations
Color information
#555385 (or 0x555385) is known color: Victoria. HEX triplet: 55, 53 and 85. RGB value is (85,83,133). Sum of RGB (Red+Green+Blue) = 85+83+133=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #555385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555385 is #AAAC7A. Grayscale: #595959. Windows color (decimal): -11185275 or 8737621. OLE color: 8737621.
HSL color Cylindrical-coordinate representation of color #555385: hue angle of 242.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555385 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 83 | 133 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.48 |
| HSL | 242.4º | 0.23% | 0.42% | - |
| HSV(B) | 242.4º | 0.38% | 0.52% | - |
| XYZ | 11.07 | 9.81 | 23.5 | - |
| YUV | 89.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 133 | 0.36 | 0.38 | 0 | 0.48 | 242.4 | 0.23 | 0.42 |
| Hex | 55 | 53 | 85 | 24 | 26 | 0 | 30 | F2 | 17 | 2A |
| Octal | 125 | 123 | 205 | 44 | 46 | 0 | 60 | 362 | 27 | 52 |
| Binary | 1010101 | 1010011 | 10000101 | 100100 | 100110 | 0 | 110000 | 11110010 | 10111 | 101010 |
Color Harmonies of #555385
Complementary color
Monochromatic Colors of #555385
Black with #555385
Text Example
Text Example
White with #555385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555385; }
p { color: rgb(85,83,133); }
H1.HeaderClassName
{
color: #555385;
}
.AnyTagClassName
{
color: #555385;
}
</style>
background-color css
<style>
a { background-color: #555385; }
a { background-color: rgb(85,83,133); }
div.DivClassName
{
background-color: #555385;
}
.BgClassName
{
background-color: #555385;
}
</style>
border-color css
<style>
span { border-color: #555385; }
span { border-color: rgb(85,83,133); }
td.TdClassName
{
border-color: #555385;
}
.TagClassName
{
border-color: #555385;
}
</style>