#52476C

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

Shades of Meteorite #52476C

Tints of Meteorite #52476C

Color information

#52476C (or 0x52476C) is unknown color: approx Meteorite. HEX triplet: 52, 47 and 6C. RGB value is (82,71,108). Sum of RGB (Red+Green+Blue) = 82+71+108=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #52476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52476C is #ADB893. Grayscale: #4E4E4E. Windows color (decimal): -11384980 or 7096146. OLE color: 7096146.

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

Color convert

RGB8271108-
CMYK0.240.3400.58
HSL257.84º20.67%35.1%-
HSV(B)257.84º34.26%42.35%-
XYZ8.447.3815.17-
YUV78.51144.64130.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=31.42%
G=27.20%
B=41.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82711080.240.3400.58257.8420.6735.1
Hex52476C182203A1021523
Octal12210715430420724022543
Binary10100101000111110110011000100010011101010000001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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