#53436A

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

Shades of Meteorite #53436A

Tints of Meteorite #53436A

Color information

#53436A (or 0x53436A) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 6A. RGB value is (83,67,106). Sum of RGB (Red+Green+Blue) = 83+67+106=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #53436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436A is #ACBC95. Grayscale: #4C4C4C. Windows color (decimal): -11320470 or 6964051. OLE color: 6964051.

HSL color Cylindrical-coordinate representation of color #53436A: hue angle of 264.62º 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 #53436A is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8367106-
CMYK0.220.3700.58
HSL264.62º22.54%33.92%-
HSV(B)264.62º36.79%41.57%-
XYZ8.186.8914.54-
YUV76.23144.8132.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=32.42%
G=26.17%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83671060.220.3700.58264.6222.5433.92
Hex53436A162503A1091722
Octal12310315226450724112742
Binary10100111000011110101010110100101011101010000100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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