Shades of Victoria #555288
Tints of Victoria #555288
RGB
CMYK
RGB Variations
Color information
#555288 (or 0x555288) is known color: Victoria. HEX triplet: 55, 52 and 88. RGB value is (85,82,136). Sum of RGB (Red+Green+Blue) = 85+82+136=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #555288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555288 is #AAAD77. Grayscale: #585858. Windows color (decimal): -11185528 or 8933973. OLE color: 8933973.
HSL color Cylindrical-coordinate representation of color #555288: hue angle of 243.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555288 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 82 | 136 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.47 |
| HSL | 243.33º | 0.25% | 0.43% | - |
| HSV(B) | 243.33º | 0.4% | 0.53% | - |
| XYZ | 11.21 | 9.74 | 24.58 | - |
| YUV | 89.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 136 | 0.38 | 0.40 | 0 | 0.47 | 243.33 | 0.25 | 0.43 |
| Hex | 55 | 52 | 88 | 26 | 28 | 0 | 2F | F3 | 19 | 2B |
| Octal | 125 | 122 | 210 | 46 | 50 | 0 | 57 | 363 | 31 | 53 |
| Binary | 1010101 | 1010010 | 10001000 | 100110 | 101000 | 0 | 101111 | 11110011 | 11001 | 101011 |
Color Harmonies of #555288
Complementary color
Monochromatic Colors of #555288
Black with #555288
Text Example
Text Example
White with #555288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555288; }
p { color: rgb(85,82,136); }
H1.HeaderClassName
{
color: #555288;
}
.AnyTagClassName
{
color: #555288;
}
</style>
background-color css
<style>
a { background-color: #555288; }
a { background-color: rgb(85,82,136); }
div.DivClassName
{
background-color: #555288;
}
.BgClassName
{
background-color: #555288;
}
</style>
border-color css
<style>
span { border-color: #555288; }
span { border-color: rgb(85,82,136); }
td.TdClassName
{
border-color: #555288;
}
.TagClassName
{
border-color: #555288;
}
</style>