Shades of Victoria #554C72
Tints of Victoria #554C72
RGB
CMYK
RGB Variations
Color information
#554C72 (or 0x554C72) is known color: Victoria. HEX triplet: 55, 4C and 72. RGB value is (85,76,114). Sum of RGB (Red+Green+Blue) = 85+76+114=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #554C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C72 is #AAB38D. Grayscale: #525252. Windows color (decimal): -11187086 or 7490645. OLE color: 7490645.
HSL color Cylindrical-coordinate representation of color #554C72: hue angle of 254.21º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554C72 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 76 | 114 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.55 |
| HSL | 254.21º | 0.2% | 0.37% | - |
| HSV(B) | 254.21º | 0.33% | 0.45% | - |
| XYZ | 9.37 | 8.32 | 17.03 | - |
| YUV | 83.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 114 | 0.25 | 0.33 | 0 | 0.55 | 254.21 | 0.2 | 0.37 |
| Hex | 55 | 4C | 72 | 19 | 21 | 0 | 37 | FE | 14 | 25 |
| Octal | 125 | 114 | 162 | 31 | 41 | 0 | 67 | 376 | 24 | 45 |
| Binary | 1010101 | 1001100 | 1110010 | 11001 | 100001 | 0 | 110111 | 11111110 | 10100 | 100101 |
Color Harmonies of #554C72
Complementary color
Monochromatic Colors of #554C72
Black with #554C72
Text Example
Text Example
White with #554C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C72; }
p { color: rgb(85,76,114); }
H1.HeaderClassName
{
color: #554C72;
}
.AnyTagClassName
{
color: #554C72;
}
</style>
background-color css
<style>
a { background-color: #554C72; }
a { background-color: rgb(85,76,114); }
div.DivClassName
{
background-color: #554C72;
}
.BgClassName
{
background-color: #554C72;
}
</style>
border-color css
<style>
span { border-color: #554C72; }
span { border-color: rgb(85,76,114); }
td.TdClassName
{
border-color: #554C72;
}
.TagClassName
{
border-color: #554C72;
}
</style>