Shades of Victoria #554F7B
Tints of Victoria #554F7B
RGB
CMYK
RGB Variations
Color information
#554F7B (or 0x554F7B) is known color: Victoria. HEX triplet: 55, 4F and 7B. RGB value is (85,79,123). Sum of RGB (Red+Green+Blue) = 85+79+123=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #554F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F7B is #AAB084. Grayscale: #555555. Windows color (decimal): -11186309 or 8081237. OLE color: 8081237.
HSL color Cylindrical-coordinate representation of color #554F7B: hue angle of 248.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554F7B is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 79 | 123 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.52 |
| HSL | 248.18º | 0.22% | 0.4% | - |
| HSV(B) | 248.18º | 0.36% | 0.48% | - |
| XYZ | 10.12 | 8.95 | 19.93 | - |
| YUV | 85.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 123 | 0.31 | 0.36 | 0 | 0.52 | 248.18 | 0.22 | 0.4 |
| Hex | 55 | 4F | 7B | 1F | 24 | 0 | 34 | F8 | 16 | 28 |
| Octal | 125 | 117 | 173 | 37 | 44 | 0 | 64 | 370 | 26 | 50 |
| Binary | 1010101 | 1001111 | 1111011 | 11111 | 100100 | 0 | 110100 | 11111000 | 10110 | 101000 |
Color Harmonies of #554F7B
Complementary color
Monochromatic Colors of #554F7B
Black with #554F7B
Text Example
Text Example
White with #554F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F7B; }
p { color: rgb(85,79,123); }
H1.HeaderClassName
{
color: #554F7B;
}
.AnyTagClassName
{
color: #554F7B;
}
</style>
background-color css
<style>
a { background-color: #554F7B; }
a { background-color: rgb(85,79,123); }
div.DivClassName
{
background-color: #554F7B;
}
.BgClassName
{
background-color: #554F7B;
}
</style>
border-color css
<style>
span { border-color: #554F7B; }
span { border-color: rgb(85,79,123); }
td.TdClassName
{
border-color: #554F7B;
}
.TagClassName
{
border-color: #554F7B;
}
</style>