Html Css Color HEX #52476F Meteorite

📋 copy color: '#52476F'

red 82 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #52476F

Tints of Meteorite #52476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 31.06%
G = 26.89%
B = 42.05%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52476F (or 0x52476F) is known color: Meteorite. HEX triplet: 52, 47 and 6F. RGB value is (82,71,111). Sum of RGB (Red+Green+Blue) = 82+71+111=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #52476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52476F is #ADB890. Grayscale: #4E4E4E. Windows color (decimal): -11384977 or 7292754. OLE color: 7292754.

HSL color Cylindrical-coordinate representation of color #52476F: hue angle of 256.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52476F is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 71 111 -
CMYK 0.26 0.36 0 0.56
HSL 256.5º 0.22% 0.36% -
HSV(B) 256.5º 0.36% 0.44% -
XYZ 8.6 7.45 16.02 -
YUV 78.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 82 71 111 0.26 0.36 0 0.56 256.5 0.22 0.36
Hex 52 47 6F 1A 24 0 38 100 16 24
Octal 122 107 157 32 44 0 70 400 26 44
Binary 1010010 1000111 1101111 11010 100100 0 111000 100000000 10110 100100

Color Harmonies of #52476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52476F

Black with #52476F

Text Example


Text Example

White with #52476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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