Html Css Color HEX #524172 Meteorite

📋 copy color: '#524172'

red 82 ◦ green 65 ◦ blue 114

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

Shades of Meteorite #524172

Tints of Meteorite #524172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 31.42%
G = 24.9%
B = 43.68%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524172 (or 0x524172) is known color: Meteorite. HEX triplet: 52, 41 and 72. RGB value is (82,65,114). Sum of RGB (Red+Green+Blue) = 82+65+114=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #524172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524172 is #ADBE8D. Grayscale: #4B4B4B. Windows color (decimal): -11386510 or 7487826. OLE color: 7487826.

HSL color Cylindrical-coordinate representation of color #524172: hue angle of 260.82º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #524172 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 65 114 -
CMYK 0.28 0.43 0 0.55
HSL 260.82º 0.27% 0.35% -
HSV(B) 260.82º 0.43% 0.45% -
XYZ 8.41 6.79 16.79 -
YUV 75.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 82 65 114 0.28 0.43 0 0.55 260.82 0.27 0.35
Hex 52 41 72 1C 2B 0 37 105 1B 23
Octal 122 101 162 34 53 0 67 405 33 43
Binary 1010010 1000001 1110010 11100 101011 0 110111 100000101 11011 100011

Color Harmonies of #524172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524172

Black with #524172

Text Example


Text Example

White with #524172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524172; }

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

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

background-color css

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

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

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

border-color css

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

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

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