Html Css Color HEX #52476D Meteorite

📋 copy color: '#52476D'

red 82 ◦ green 71 ◦ blue 109

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

Shades of Meteorite #52476D

Tints of Meteorite #52476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 31.3%
G = 27.1%
B = 41.6%

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

#52476D (or 0x52476D) is known color: Meteorite. HEX triplet: 52, 47 and 6D. RGB value is (82,71,109). Sum of RGB (Red+Green+Blue) = 82+71+109=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #52476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52476D is #ADB892. Grayscale: #4E4E4E. Windows color (decimal): -11384979 or 7161682. OLE color: 7161682.

HSL color Cylindrical-coordinate representation of color #52476D: hue angle of 257.37º degrees, saturation: 0.21, 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 #52476D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 71 109 -
CMYK 0.25 0.35 0 0.57
HSL 257.37º 0.21% 0.35% -
HSV(B) 257.37º 0.35% 0.43% -
XYZ 8.49 7.4 15.45 -
YUV 78.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 82 71 109 0.25 0.35 0 0.57 257.37 0.21 0.35
Hex 52 47 6D 19 23 0 39 101 15 23
Octal 122 107 155 31 43 0 71 401 25 43
Binary 1010010 1000111 1101101 11001 100011 0 111001 100000001 10101 100011

Color Harmonies of #52476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52476D

Black with #52476D

Text Example


Text Example

White with #52476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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