#55476D

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

Shades of Meteorite #55476D

Tints of Meteorite #55476D

Color information

#55476D (or 0x55476D) is unknown color: approx Meteorite. HEX triplet: 55, 47 and 6D. RGB value is (85,71,109). Sum of RGB (Red+Green+Blue) = 85+71+109=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #55476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55476D is #AAB892. Grayscale: #4F4F4F. Windows color (decimal): -11188371 or 7161685. OLE color: 7161685.

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

Color convert

RGB8571109-
CMYK0.220.3500.57
HSL262.11º21.11%35.29%-
HSV(B)262.11º34.86%42.75%-
XYZ8.767.5415.46-
YUV79.52144.64131.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=32.08%
G=26.79%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85711090.220.3500.57262.1121.1135.29
Hex55476D16230391061523
Octal12510715526430714062543
Binary10101011000111110110110110100011011100110000011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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