#53416D

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

Shades of Meteorite #53416D

Tints of Meteorite #53416D

Color information

#53416D (or 0x53416D) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 6D. RGB value is (83,65,109). Sum of RGB (Red+Green+Blue) = 83+65+109=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #53416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53416D is #ACBE92. Grayscale: #4B4B4B. Windows color (decimal): -11320979 or 7160147. OLE color: 7160147.

HSL color Cylindrical-coordinate representation of color #53416D: hue angle of 264.55º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53416D is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8365109-
CMYK0.240.4000.57
HSL264.55º25.29%34.12%-
HSV(B)264.55º40.37%42.75%-
XYZ8.226.7215.33-
YUV75.4146.96133.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=32.30%
G=25.29%
B=42.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83651090.240.4000.57264.5525.2934.12
Hex53416D18280391091922
Octal12310115530500714113142
Binary10100111000001110110111000101000011100110000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53416D; }

 p { color: rgb(83,65,109); }

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

<style>
 a { background-color: #53416D; }

 a { background-color: rgb(83,65,109); }

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

<style>
 span { border-color: #53416D; }

 span { border-color: rgb(83,65,109); }

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