#55496E

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

Shades of Meteorite #55496E

Tints of Meteorite #55496E

Color information

#55496E (or 0x55496E) is unknown color: approx Meteorite. HEX triplet: 55, 49 and 6E. RGB value is (85,73,110). Sum of RGB (Red+Green+Blue) = 85+73+110=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #55496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55496E is #AAB691. Grayscale: #505050. Windows color (decimal): -11187858 or 7227733. OLE color: 7227733.

HSL color Cylindrical-coordinate representation of color #55496E: hue angle of 259.46º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55496E is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8573110-
CMYK0.230.3400.57
HSL259.46º20.22%35.88%-
HSV(B)259.46º33.64%43.14%-
XYZ8.947.8215.79-
YUV80.81144.48130.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=31.72%
G=27.24%
B=41.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85731100.230.3400.57259.4620.2235.88
Hex55496E17220391031424
Octal12511115627420714032444
Binary10101011001001110111010111100010011100110000001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55496E; }

 p { color: rgb(85,73,110); }

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

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

 a { background-color: rgb(85,73,110); }

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

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

 span { border-color: rgb(85,73,110); }

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