#554D93

Color #554D93 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #554D93

Tints of Victoria #554D93

Color information

#554D93 (or 0x554D93) is unknown color: approx Victoria. HEX triplet: 55, 4D and 93. RGB value is (85,77,147). Sum of RGB (Red+Green+Blue) = 85+77+147=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #554D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D93 is #AAB26C. Grayscale: #575757. Windows color (decimal): -11186797 or 9653589. OLE color: 9653589.

HSL color Cylindrical-coordinate representation of color #554D93: hue angle of 246.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554D93 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8577147-
CMYK0.420.4800.42
HSL246.86º31.25%43.92%-
HSV(B)246.86º47.62%57.65%-
XYZ11.679.3528.79-
YUV87.37161.65126.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=27.51%
G=24.92%
B=47.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85771470.420.4800.42246.8631.2543.92
Hex554D932A3002Af71f2c
Octal12511522352600523673754
Binary101010110011011001001110101011000001010101111011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D93; }

 p { color: rgb(85,77,147); }

 H1.HeaderClassName
 {
   color: #554D93;
 }
 .AnyTagClassName
 {
   color: #554D93;
 }
</style>
background-color css

<style>
 a { background-color: #554D93; }

 a { background-color: rgb(85,77,147); }

 div.DivClassName
 {
   background-color: #554D93;
 }
 .BgClassName
 {
   background-color: #554D93;
 }
</style>
border-color css

<style>
 span { border-color: #554D93; }

 span { border-color: rgb(85,77,147); }

 td.TdClassName
 {
   border-color: #554D93;
 }
 .TagClassName
 {
   border-color: #554D93;
 }
</style>