Html Css Color HEX #52416D Meteorite

📋 copy color: '#52416D'

red 82 ◦ green 65 ◦ blue 109

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

Shades of Meteorite #52416D

Tints of Meteorite #52416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 32.03%
G = 25.39%
B = 42.58%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52416D (or 0x52416D) is known color: Meteorite. HEX triplet: 52, 41 and 6D. RGB value is (82,65,109). Sum of RGB (Red+Green+Blue) = 82+65+109=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #52416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52416D is #ADBE92. Grayscale: #4A4A4A. Windows color (decimal): -11386515 or 7160146. OLE color: 7160146.

HSL color Cylindrical-coordinate representation of color #52416D: hue angle of 263.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52416D is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 65 109 -
CMYK 0.25 0.40 0 0.57
HSL 263.18º 0.25% 0.34% -
HSV(B) 263.18º 0.4% 0.43% -
XYZ 8.13 6.68 15.33 -
YUV 75.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 82 65 109 0.25 0.40 0 0.57 263.18 0.25 0.34
Hex 52 41 6D 19 28 0 39 107 19 22
Octal 122 101 155 31 50 0 71 407 31 42
Binary 1010010 1000001 1101101 11001 101000 0 111001 100000111 11001 100010

Color Harmonies of #52416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52416D

Black with #52416D

Text Example


Text Example

White with #52416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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