Shades of Victoria #554C7B
Tints of Victoria #554C7B
RGB
CMYK
RGB Variations
Color information
#554C7B (or 0x554C7B) is known color: Victoria. HEX triplet: 55, 4C and 7B. RGB value is (85,76,123). Sum of RGB (Red+Green+Blue) = 85+76+123=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #554C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C7B is #AAB384. Grayscale: #535353. Windows color (decimal): -11187077 or 8080469. OLE color: 8080469.
HSL color Cylindrical-coordinate representation of color #554C7B: hue angle of 251.49º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554C7B is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 76 | 123 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.52 |
| HSL | 251.49º | 0.24% | 0.39% | - |
| HSV(B) | 251.49º | 0.38% | 0.48% | - |
| XYZ | 9.91 | 8.53 | 19.86 | - |
| YUV | 84.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 123 | 0.31 | 0.38 | 0 | 0.52 | 251.49 | 0.24 | 0.39 |
| Hex | 55 | 4C | 7B | 1F | 26 | 0 | 34 | FB | 18 | 27 |
| Octal | 125 | 114 | 173 | 37 | 46 | 0 | 64 | 373 | 30 | 47 |
| Binary | 1010101 | 1001100 | 1111011 | 11111 | 100110 | 0 | 110100 | 11111011 | 11000 | 100111 |
Color Harmonies of #554C7B
Complementary color
Monochromatic Colors of #554C7B
Black with #554C7B
Text Example
Text Example
White with #554C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C7B; }
p { color: rgb(85,76,123); }
H1.HeaderClassName
{
color: #554C7B;
}
.AnyTagClassName
{
color: #554C7B;
}
</style>
background-color css
<style>
a { background-color: #554C7B; }
a { background-color: rgb(85,76,123); }
div.DivClassName
{
background-color: #554C7B;
}
.BgClassName
{
background-color: #554C7B;
}
</style>
border-color css
<style>
span { border-color: #554C7B; }
span { border-color: rgb(85,76,123); }
td.TdClassName
{
border-color: #554C7B;
}
.TagClassName
{
border-color: #554C7B;
}
</style>