#554373

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

Shades of Meteorite #554373

Tints of Meteorite #554373

Color information

#554373 (or 0x554373) is unknown color: approx Meteorite. HEX triplet: 55, 43 and 73. RGB value is (85,67,115). Sum of RGB (Red+Green+Blue) = 85+67+115=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #554373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554373 is #AABC8C. Grayscale: #4D4D4D. Windows color (decimal): -11189389 or 7553877. OLE color: 7553877.

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

Color convert

RGB8567115-
CMYK0.260.4200.55
HSL262.5º26.37%35.69%-
HSV(B)262.5º41.74%45.1%-
XYZ8.857.1817.14-
YUV77.85148.96133.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=31.84%
G=25.09%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85671150.260.4200.55262.526.3735.69
Hex5543731A2A0371061a24
Octal12510316332520674063244
Binary10101011000011111001111010101010011011110000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554373; }

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

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

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

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

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

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

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

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