Html Css Color HEX #52476B Meteorite

📋 copy color: '#52476B'

red 82 ◦ green 71 ◦ blue 107

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

Shades of Meteorite #52476B

Tints of Meteorite #52476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 31.54%
G = 27.31%
B = 41.15%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52476B (or 0x52476B) is known color: Meteorite. HEX triplet: 52, 47 and 6B. RGB value is (82,71,107). Sum of RGB (Red+Green+Blue) = 82+71+107=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #52476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52476B is #ADB894. Grayscale: #4E4E4E. Windows color (decimal): -11384981 or 7030610. OLE color: 7030610.

HSL color Cylindrical-coordinate representation of color #52476B: hue angle of 258.33º degrees, saturation: 0.2, 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 #52476B is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 71 107 -
CMYK 0.23 0.34 0 0.58
HSL 258.33º 0.2% 0.35% -
HSV(B) 258.33º 0.34% 0.42% -
XYZ 8.39 7.36 14.89 -
YUV 78.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 82 71 107 0.23 0.34 0 0.58 258.33 0.2 0.35
Hex 52 47 6B 17 22 0 3A 102 14 23
Octal 122 107 153 27 42 0 72 402 24 43
Binary 1010010 1000111 1101011 10111 100010 0 111010 100000010 10100 100011

Color Harmonies of #52476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52476B

Black with #52476B

Text Example


Text Example

White with #52476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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