#55416C

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

Shades of Meteorite #55416C

Tints of Meteorite #55416C

Color information

#55416C (or 0x55416C) is unknown color: approx Meteorite. HEX triplet: 55, 41 and 6C. RGB value is (85,65,108). Sum of RGB (Red+Green+Blue) = 85+65+108=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #55416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55416C is #AABE93. Grayscale: #4B4B4B. Windows color (decimal): -11189908 or 7094613. OLE color: 7094613.

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

Color convert

RGB8565108-
CMYK0.210.4000.58
HSL267.91º24.86%33.92%-
HSV(B)267.91º39.81%42.35%-
XYZ8.346.7915.06-
YUV75.88146.13134.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=32.95%
G=25.19%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85651080.210.4000.58267.9124.8633.92
Hex55416C152803A10c1922
Octal12510115425500724143142
Binary10101011000001110110010101101000011101010000110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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