#554D90

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

Shades of Victoria #554D90

Tints of Victoria #554D90

Color information

#554D90 (or 0x554D90) is unknown color: approx Victoria. HEX triplet: 55, 4D and 90. RGB value is (85,77,144). Sum of RGB (Red+Green+Blue) = 85+77+144=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #554D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D90 is #AAB26F. Grayscale: #565656. Windows color (decimal): -11186800 or 9456981. OLE color: 9456981.

HSL color Cylindrical-coordinate representation of color #554D90: hue angle of 247.16º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554D90 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8577144-
CMYK0.410.4700.44
HSL247.16º30.32%43.33%-
HSV(B)247.16º46.53%56.47%-
XYZ11.439.2527.57-
YUV87.03160.15126.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=27.78%
G=25.16%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85771440.410.4700.44247.1630.3243.33
Hex554D90292F02Cf71e2b
Octal12511522051570543673653
Binary101010110011011001000010100110111101011001111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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