#554D73

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

Shades of Victoria #554D73

Tints of Victoria #554D73

Color information

#554D73 (or 0x554D73) is unknown color: approx Victoria. HEX triplet: 55, 4D and 73. RGB value is (85,77,115). Sum of RGB (Red+Green+Blue) = 85+77+115=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #554D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D73 is #AAB28C. Grayscale: #535353. Windows color (decimal): -11186829 or 7556437. OLE color: 7556437.

HSL color Cylindrical-coordinate representation of color #554D73: hue angle of 252.63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554D73 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8577115-
CMYK0.260.3300.55
HSL252.63º19.79%37.65%-
HSV(B)252.63º33.04%45.1%-
XYZ9.498.4817.36-
YUV83.72145.65128.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=30.69%
G=27.80%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85771150.260.3300.55252.6319.7937.65
Hex554D731A21037fd1426
Octal12511516332410673752446
Binary1010101100110111100111101010000101101111111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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