#55476C

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

Shades of Meteorite #55476C

Tints of Meteorite #55476C

Color information

#55476C (or 0x55476C) is unknown color: approx Meteorite. HEX triplet: 55, 47 and 6C. RGB value is (85,71,108). Sum of RGB (Red+Green+Blue) = 85+71+108=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #55476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55476C is #AAB893. Grayscale: #4F4F4F. Windows color (decimal): -11188372 or 7096149. OLE color: 7096149.

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

Color convert

RGB8571108-
CMYK0.210.3400.58
HSL262.7º20.67%35.1%-
HSV(B)262.7º34.26%42.35%-
XYZ8.717.5215.18-
YUV79.4144.14131.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=32.20%
G=26.89%
B=40.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85711080.210.3400.58262.720.6735.1
Hex55476C152203A1071523
Octal12510715425420724072543
Binary10101011000111110110010101100010011101010000011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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