#52436D

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

Shades of Meteorite #52436D

Tints of Meteorite #52436D

Color information

#52436D (or 0x52436D) is unknown color: approx Meteorite. HEX triplet: 52, 43 and 6D. RGB value is (82,67,109). Sum of RGB (Red+Green+Blue) = 82+67+109=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #52436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436D is #ADBC92. Grayscale: #4C4C4C. Windows color (decimal): -11386003 or 7160658. OLE color: 7160658.

HSL color Cylindrical-coordinate representation of color #52436D: hue angle of 261.43º 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 #52436D is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8267109-
CMYK0.250.3900.57
HSL261.43º23.86%34.51%-
HSV(B)261.43º38.53%42.75%-
XYZ8.256.9115.37-
YUV76.27146.47132.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=31.78%
G=25.97%
B=42.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82671090.250.3900.57261.4323.8634.51
Hex52436D19270391051823
Octal12210315531470714053043
Binary10100101000011110110111001100111011100110000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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