#53436D

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

Shades of Meteorite #53436D

Tints of Meteorite #53436D

Color information

#53436D (or 0x53436D) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 6D. RGB value is (83,67,109). Sum of RGB (Red+Green+Blue) = 83+67+109=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #53436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436D is #ACBC92. Grayscale: #4C4C4C. Windows color (decimal): -11320467 or 7160659. OLE color: 7160659.

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

Color convert

RGB8367109-
CMYK0.240.3900.57
HSL262.86º23.86%34.51%-
HSV(B)262.86º38.53%42.75%-
XYZ8.336.9615.37-
YUV76.57146.3132.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=32.05%
G=25.87%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83671090.240.3900.57262.8623.8634.51
Hex53436D18270391071823
Octal12310315530470714073043
Binary10100111000011110110111000100111011100110000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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