#554173

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

Shades of Meteorite #554173

Tints of Meteorite #554173

Color information

#554173 (or 0x554173) is unknown color: approx Meteorite. HEX triplet: 55, 41 and 73. RGB value is (85,65,115). Sum of RGB (Red+Green+Blue) = 85+65+115=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #554173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554173 is #AABE8C. Grayscale: #4C4C4C. Windows color (decimal): -11189901 or 7553365. OLE color: 7553365.

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

Color convert

RGB8565115-
CMYK0.260.4300.55
HSL264º27.78%35.29%-
HSV(B)264º43.48%45.1%-
XYZ8.736.9517.1-
YUV76.68149.63133.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=32.08%
G=24.53%
B=43.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85651150.260.4300.5526427.7835.29
Hex5541731A2B0371081c23
Octal12510116332530674103443
Binary10101011000001111001111010101011011011110000100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554173; }

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

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

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

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

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

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

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

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