#52446F

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

Shades of Meteorite #52446F

Tints of Meteorite #52446F

Color information

#52446F (or 0x52446F) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 6F. RGB value is (82,68,111). Sum of RGB (Red+Green+Blue) = 82+68+111=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #52446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52446F is #ADBB90. Grayscale: #4C4C4C. Windows color (decimal): -11385745 or 7291986. OLE color: 7291986.

HSL color Cylindrical-coordinate representation of color #52446F: hue angle of 259.53º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52446F is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8268111-
CMYK0.260.3900.56
HSL259.53º24.02%35.1%-
HSV(B)259.53º38.74%43.53%-
XYZ8.427.0815.96-
YUV77.09147.14131.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=31.42%
G=26.05%
B=42.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82681110.260.3900.56259.5324.0235.1
Hex52446F1A270381041823
Octal12210415732470704043043
Binary10100101000100110111111010100111011100010000010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52446F; }

 p { color: rgb(82,68,111); }

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

<style>
 a { background-color: #52446F; }

 a { background-color: rgb(82,68,111); }

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

<style>
 span { border-color: #52446F; }

 span { border-color: rgb(82,68,111); }

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