#52446B

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

Shades of Meteorite #52446B

Tints of Meteorite #52446B

Color information

#52446B (or 0x52446B) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 6B. RGB value is (82,68,107). Sum of RGB (Red+Green+Blue) = 82+68+107=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #52446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52446B is #ADBB94. Grayscale: #4C4C4C. Windows color (decimal): -11385749 or 7029842. OLE color: 7029842.

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

Color convert

RGB8268107-
CMYK0.230.3600.58
HSL261.54º22.29%34.31%-
HSV(B)261.54º36.45%41.96%-
XYZ8.26.9914.83-
YUV76.63145.14131.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=31.91%
G=26.46%
B=41.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82681070.230.3600.58261.5422.2934.31
Hex52446B172403A1061622
Octal12210415327440724062642
Binary10100101000100110101110111100100011101010000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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