Html Css Color HEX #52476C Meteorite

📋 copy color: '#52476C'

red 82 ◦ green 71 ◦ blue 108

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

Shades of Meteorite #52476C

Tints of Meteorite #52476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 31.42%
G = 27.2%
B = 41.38%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52476C (or 0x52476C) is known color: 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

RGB 82 71 108 -
CMYK 0.24 0.34 0 0.58
HSL 257.84º 0.21% 0.35% -
HSV(B) 257.84º 0.34% 0.42% -
XYZ 8.44 7.38 15.17 -
YUV 78.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 82 71 108 0.24 0.34 0 0.58 257.84 0.21 0.35
Hex 52 47 6C 18 22 0 3A 102 15 23
Octal 122 107 154 30 42 0 72 402 25 43
Binary 1010010 1000111 1101100 11000 100010 0 111010 100000010 10101 100011

Color Harmonies of #52476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52476C

Black with #52476C

Text Example


Text Example

White with #52476C

Text Example


Text Example

HTML Codes & Css Web 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>