Html Css Color HEX #52476E Meteorite

📋 copy color: '#52476E'

red 82 ◦ green 71 ◦ blue 110

#52476E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #52476E

Tints of Meteorite #52476E

RGB

 RED value IS 82 (32.42% from 255) = 31.18%

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 31.18%
G = 27%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52476E (or 0x52476E) is known color: Meteorite. HEX triplet: 52, 47 and 6E. RGB value is (82,71,110). Sum of RGB (Red+Green+Blue) = 82+71+110=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #52476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52476E is #ADB891. Grayscale: #4E4E4E. Windows color (decimal): -11384978 or 7227218. OLE color: 7227218.

HSL color Cylindrical-coordinate representation of color #52476E: hue angle of 256.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52476E is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 71 110 -
CMYK 0.25 0.35 0 0.57
HSL 256.92º 0.22% 0.35% -
HSV(B) 256.92º 0.35% 0.43% -
XYZ 8.55 7.43 15.73 -
YUV 78.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 82 71 110 0.25 0.35 0 0.57 256.92 0.22 0.35
Hex 52 47 6E 19 23 0 39 101 16 23
Octal 122 107 156 31 43 0 71 401 26 43
Binary 1010010 1000111 1101110 11001 100011 0 111001 100000001 10110 100011

Color Harmonies of #52476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52476E

Black with #52476E

Text Example


Text Example

White with #52476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52476E;
 }
 .AnyTagClassName
 {
   color: #52476E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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