Html Css Color HEX #524372 Meteorite

📋 copy color: '#524372'

red 82 ◦ green 67 ◦ blue 114

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

Shades of Meteorite #524372

Tints of Meteorite #524372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 31.18%
G = 25.48%
B = 43.35%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524372 (or 0x524372) is known color: Meteorite. HEX triplet: 52, 43 and 72. RGB value is (82,67,114). Sum of RGB (Red+Green+Blue) = 82+67+114=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #524372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524372 is #ADBC8D. Grayscale: #4C4C4C. Windows color (decimal): -11385998 or 7488338. OLE color: 7488338.

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

Color convert

RGB 82 67 114 -
CMYK 0.28 0.41 0 0.55
HSL 259.15º 0.26% 0.35% -
HSV(B) 259.15º 0.41% 0.45% -
XYZ 8.52 7.02 16.83 -
YUV 76.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 82 67 114 0.28 0.41 0 0.55 259.15 0.26 0.35
Hex 52 43 72 1C 29 0 37 103 1A 23
Octal 122 103 162 34 51 0 67 403 32 43
Binary 1010010 1000011 1110010 11100 101001 0 110111 100000011 11010 100011

Color Harmonies of #524372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524372

Black with #524372

Text Example


Text Example

White with #524372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524372; }

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

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

background-color css

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

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

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

border-color css

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

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

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