Html Css Color HEX #52416F Meteorite

📋 copy color: '#52416F'

red 82 ◦ green 65 ◦ blue 111

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

Shades of Meteorite #52416F

Tints of Meteorite #52416F

RGB

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

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

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

R = 31.78%
G = 25.19%
B = 43.02%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52416F (or 0x52416F) is known color: Meteorite. HEX triplet: 52, 41 and 6F. RGB value is (82,65,111). Sum of RGB (Red+Green+Blue) = 82+65+111=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #52416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52416F is #ADBE90. Grayscale: #4B4B4B. Windows color (decimal): -11386513 or 7291218. OLE color: 7291218.

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

Color convert

RGB 82 65 111 -
CMYK 0.26 0.41 0 0.56
HSL 262.17º 0.26% 0.35% -
HSV(B) 262.17º 0.41% 0.44% -
XYZ 8.24 6.72 15.9 -
YUV 75.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 82 65 111 0.26 0.41 0 0.56 262.17 0.26 0.35
Hex 52 41 6F 1A 29 0 38 106 1A 23
Octal 122 101 157 32 51 0 70 406 32 43
Binary 1010010 1000001 1101111 11010 101001 0 111000 100000110 11010 100011

Color Harmonies of #52416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52416F

Black with #52416F

Text Example


Text Example

White with #52416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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