Shades of Victoria #554F8B
Tints of Victoria #554F8B
RGB
CMYK
RGB Variations
Color information
#554F8B (or 0x554F8B) is known color: Victoria. HEX triplet: 55, 4F and 8B. RGB value is (85,79,139). Sum of RGB (Red+Green+Blue) = 85+79+139=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #554F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F8B is #AAB074. Grayscale: #575757. Windows color (decimal): -11186293 or 9129813. OLE color: 9129813.
HSL color Cylindrical-coordinate representation of color #554F8B: hue angle of 246º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #554F8B is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 79 | 139 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.45 |
| HSL | 246º | 0.28% | 0.43% | - |
| HSV(B) | 246º | 0.43% | 0.55% | - |
| XYZ | 11.2 | 9.39 | 25.65 | - |
| YUV | 87.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 139 | 0.39 | 0.43 | 0 | 0.45 | 246 | 0.28 | 0.43 |
| Hex | 55 | 4F | 8B | 27 | 2B | 0 | 2D | F6 | 1C | 2B |
| Octal | 125 | 117 | 213 | 47 | 53 | 0 | 55 | 366 | 34 | 53 |
| Binary | 1010101 | 1001111 | 10001011 | 100111 | 101011 | 0 | 101101 | 11110110 | 11100 | 101011 |
Color Harmonies of #554F8B
Complementary color
Monochromatic Colors of #554F8B
Black with #554F8B
Text Example
Text Example
White with #554F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F8B; }
p { color: rgb(85,79,139); }
H1.HeaderClassName
{
color: #554F8B;
}
.AnyTagClassName
{
color: #554F8B;
}
</style>
background-color css
<style>
a { background-color: #554F8B; }
a { background-color: rgb(85,79,139); }
div.DivClassName
{
background-color: #554F8B;
}
.BgClassName
{
background-color: #554F8B;
}
</style>
border-color css
<style>
span { border-color: #554F8B; }
span { border-color: rgb(85,79,139); }
td.TdClassName
{
border-color: #554F8B;
}
.TagClassName
{
border-color: #554F8B;
}
</style>