Shades of Victoria #554A76
Tints of Victoria #554A76
RGB
CMYK
RGB Variations
Color information
#554A76 (or 0x554A76) is known color: Victoria. HEX triplet: 55, 4A and 76. RGB value is (85,74,118). Sum of RGB (Red+Green+Blue) = 85+74+118=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #554A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A76 is #AAB589. Grayscale: #525252. Windows color (decimal): -11187594 or 7752277. OLE color: 7752277.
HSL color Cylindrical-coordinate representation of color #554A76: hue angle of 255º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554A76 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 74 | 118 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.54 |
| HSL | 255º | 0.23% | 0.38% | - |
| HSV(B) | 255º | 0.37% | 0.46% | - |
| XYZ | 9.47 | 8.14 | 18.21 | - |
| YUV | 82.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 118 | 0.28 | 0.37 | 0 | 0.54 | 255 | 0.23 | 0.38 |
| Hex | 55 | 4A | 76 | 1C | 25 | 0 | 36 | FF | 17 | 26 |
| Octal | 125 | 112 | 166 | 34 | 45 | 0 | 66 | 377 | 27 | 46 |
| Binary | 1010101 | 1001010 | 1110110 | 11100 | 100101 | 0 | 110110 | 11111111 | 10111 | 100110 |
Color Harmonies of #554A76
Complementary color
Monochromatic Colors of #554A76
Black with #554A76
Text Example
Text Example
White with #554A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A76; }
p { color: rgb(85,74,118); }
H1.HeaderClassName
{
color: #554A76;
}
.AnyTagClassName
{
color: #554A76;
}
</style>
background-color css
<style>
a { background-color: #554A76; }
a { background-color: rgb(85,74,118); }
div.DivClassName
{
background-color: #554A76;
}
.BgClassName
{
background-color: #554A76;
}
</style>
border-color css
<style>
span { border-color: #554A76; }
span { border-color: rgb(85,74,118); }
td.TdClassName
{
border-color: #554A76;
}
.TagClassName
{
border-color: #554A76;
}
</style>