Html Css Color HEX #524171 Meteorite

📋 copy color: '#524171'

red 82 ◦ green 65 ◦ blue 113

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

Shades of Meteorite #524171

Tints of Meteorite #524171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 31.54%
G = 25%
B = 43.46%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524171 (or 0x524171) is known color: Meteorite. HEX triplet: 52, 41 and 71. RGB value is (82,65,113). Sum of RGB (Red+Green+Blue) = 82+65+113=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #524171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524171 is #ADBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11386511 or 7422290. OLE color: 7422290.

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

Color convert

RGB 82 65 113 -
CMYK 0.27 0.42 0 0.56
HSL 261.25º 0.27% 0.35% -
HSV(B) 261.25º 0.42% 0.44% -
XYZ 8.35 6.77 16.49 -
YUV 75.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 82 65 113 0.27 0.42 0 0.56 261.25 0.27 0.35
Hex 52 41 71 1B 2A 0 38 105 1B 23
Octal 122 101 161 33 52 0 70 405 33 43
Binary 1010010 1000001 1110001 11011 101010 0 111000 100000101 11011 100011

Color Harmonies of #524171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524171

Black with #524171

Text Example


Text Example

White with #524171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524171; }

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

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

background-color css

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

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

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

border-color css

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

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

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