#52446C

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

Shades of Meteorite #52446C

Tints of Meteorite #52446C

Color information

#52446C (or 0x52446C) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 6C. RGB value is (82,68,108). Sum of RGB (Red+Green+Blue) = 82+68+108=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #52446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52446C is #ADBB93. Grayscale: #4C4C4C. Windows color (decimal): -11385748 or 7095378. OLE color: 7095378.

HSL color Cylindrical-coordinate representation of color #52446C: hue angle of 261º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52446C is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8268108-
CMYK0.240.3700.58
HSL261º22.73%34.51%-
HSV(B)261º37.04%42.35%-
XYZ8.257.0115.11-
YUV76.75145.64131.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=31.78%
G=26.36%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82681080.240.3700.5826122.7334.51
Hex52446C182503A1051723
Octal12210415430450724052743
Binary10100101000100110110011000100101011101010000010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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