#55406D

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

Shades of Meteorite #55406D

Tints of Meteorite #55406D

Color information

#55406D (or 0x55406D) is unknown color: approx Meteorite. HEX triplet: 55, 40 and 6D. RGB value is (85,64,109). Sum of RGB (Red+Green+Blue) = 85+64+109=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #55406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55406D is #AABF92. Grayscale: #4B4B4B. Windows color (decimal): -11190163 or 7159893. OLE color: 7159893.

HSL color Cylindrical-coordinate representation of color #55406D: hue angle of 268º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55406D is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8564109-
CMYK0.220.4100.57
HSL268º26.01%33.92%-
HSV(B)268º41.28%42.75%-
XYZ8.346.715.32-
YUV75.41146.96134.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=32.95%
G=24.81%
B=42.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85641090.220.4100.5726826.0133.92
Hex55406D162903910c1a22
Octal12510015526510714143242
Binary10101011000000110110110110101001011100110000110011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55406D; }

 p { color: rgb(85,64,109); }

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

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

 a { background-color: rgb(85,64,109); }

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

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

 span { border-color: rgb(85,64,109); }

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