#55436A

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

Shades of Meteorite #55436A

Tints of Meteorite #55436A

Color information

#55436A (or 0x55436A) is unknown color: approx Meteorite. HEX triplet: 55, 43 and 6A. RGB value is (85,67,106). Sum of RGB (Red+Green+Blue) = 85+67+106=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #55436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55436A is #AABC95. Grayscale: #4C4C4C. Windows color (decimal): -11189398 or 6964053. OLE color: 6964053.

HSL color Cylindrical-coordinate representation of color #55436A: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55436A is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8567106-
CMYK0.200.3700.58
HSL267.69º22.54%33.92%-
HSV(B)267.69º36.79%41.57%-
XYZ8.356.9914.54-
YUV76.83144.46133.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=32.95%
G=25.97%
B=41.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85671060.200.3700.58267.6922.5433.92
Hex55436A142503A10c1722
Octal12510315224450724142742
Binary10101011000011110101010100100101011101010000110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55436A; }

 p { color: rgb(85,67,106); }

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

<style>
 a { background-color: #55436A; }

 a { background-color: rgb(85,67,106); }

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

<style>
 span { border-color: #55436A; }

 span { border-color: rgb(85,67,106); }

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