#53416A

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

Shades of Meteorite #53416A

Tints of Meteorite #53416A

Color information

#53416A (or 0x53416A) is unknown color: approx Meteorite. HEX triplet: 53, 41 and 6A. RGB value is (83,65,106). Sum of RGB (Red+Green+Blue) = 83+65+106=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #53416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53416A is #ACBE95. Grayscale: #4A4A4A. Windows color (decimal): -11320982 or 6963539. OLE color: 6963539.

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

Color convert

RGB8365106-
CMYK0.220.3900.58
HSL266.34º23.98%33.53%-
HSV(B)266.34º38.68%41.57%-
XYZ8.066.6614.5-
YUV75.06145.46133.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=32.68%
G=25.59%
B=41.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83651060.220.3900.58266.3423.9833.53
Hex53416A162703A10a1822
Octal12310115226470724123042
Binary10100111000001110101010110100111011101010000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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