Shades of Victoria #554A7E
Tints of Victoria #554A7E
RGB
CMYK
RGB Variations
Color information
#554A7E (or 0x554A7E) is known color: Victoria. HEX triplet: 55, 4A and 7E. RGB value is (85,74,126). Sum of RGB (Red+Green+Blue) = 85+74+126=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #554A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A7E is #AAB581. Grayscale: #535353. Windows color (decimal): -11187586 or 8276565. OLE color: 8276565.
HSL color Cylindrical-coordinate representation of color #554A7E: hue angle of 252.69º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554A7E is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 74 | 126 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.51 |
| HSL | 252.69º | 0.26% | 0.39% | - |
| HSV(B) | 252.69º | 0.41% | 0.49% | - |
| XYZ | 9.96 | 8.34 | 20.82 | - |
| YUV | 83.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 126 | 0.33 | 0.41 | 0 | 0.51 | 252.69 | 0.26 | 0.39 |
| Hex | 55 | 4A | 7E | 21 | 29 | 0 | 33 | FD | 1A | 27 |
| Octal | 125 | 112 | 176 | 41 | 51 | 0 | 63 | 375 | 32 | 47 |
| Binary | 1010101 | 1001010 | 1111110 | 100001 | 101001 | 0 | 110011 | 11111101 | 11010 | 100111 |
Color Harmonies of #554A7E
Complementary color
Monochromatic Colors of #554A7E
Black with #554A7E
Text Example
Text Example
White with #554A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A7E; }
p { color: rgb(85,74,126); }
H1.HeaderClassName
{
color: #554A7E;
}
.AnyTagClassName
{
color: #554A7E;
}
</style>
background-color css
<style>
a { background-color: #554A7E; }
a { background-color: rgb(85,74,126); }
div.DivClassName
{
background-color: #554A7E;
}
.BgClassName
{
background-color: #554A7E;
}
</style>
border-color css
<style>
span { border-color: #554A7E; }
span { border-color: rgb(85,74,126); }
td.TdClassName
{
border-color: #554A7E;
}
.TagClassName
{
border-color: #554A7E;
}
</style>