Shades of Victoria #555383
Tints of Victoria #555383
RGB
CMYK
RGB Variations
Color information
#555383 (or 0x555383) is known color: Victoria. HEX triplet: 55, 53 and 83. RGB value is (85,83,131). Sum of RGB (Red+Green+Blue) = 85+83+131=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #555383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555383 is #AAAC7C. Grayscale: #585858. Windows color (decimal): -11185277 or 8606549. OLE color: 8606549.
HSL color Cylindrical-coordinate representation of color #555383: hue angle of 242.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555383 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 83 | 131 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.49 |
| HSL | 242.5º | 0.22% | 0.42% | - |
| HSV(B) | 242.5º | 0.37% | 0.51% | - |
| XYZ | 10.94 | 9.76 | 22.78 | - |
| YUV | 89.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 131 | 0.35 | 0.37 | 0 | 0.49 | 242.5 | 0.22 | 0.42 |
| Hex | 55 | 53 | 83 | 23 | 25 | 0 | 31 | F2 | 16 | 2A |
| Octal | 125 | 123 | 203 | 43 | 45 | 0 | 61 | 362 | 26 | 52 |
| Binary | 1010101 | 1010011 | 10000011 | 100011 | 100101 | 0 | 110001 | 11110010 | 10110 | 101010 |
Color Harmonies of #555383
Complementary color
Monochromatic Colors of #555383
Black with #555383
Text Example
Text Example
White with #555383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555383; }
p { color: rgb(85,83,131); }
H1.HeaderClassName
{
color: #555383;
}
.AnyTagClassName
{
color: #555383;
}
</style>
background-color css
<style>
a { background-color: #555383; }
a { background-color: rgb(85,83,131); }
div.DivClassName
{
background-color: #555383;
}
.BgClassName
{
background-color: #555383;
}
</style>
border-color css
<style>
span { border-color: #555383; }
span { border-color: rgb(85,83,131); }
td.TdClassName
{
border-color: #555383;
}
.TagClassName
{
border-color: #555383;
}
</style>