Html Css Color HEX #524370 Meteorite

📋 copy color: '#524370'

red 82 ◦ green 67 ◦ blue 112

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

Shades of Meteorite #524370

Tints of Meteorite #524370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 31.42%
G = 25.67%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524370 (or 0x524370) is known color: Meteorite. HEX triplet: 52, 43 and 70. RGB value is (82,67,112). Sum of RGB (Red+Green+Blue) = 82+67+112=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #524370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524370 is #ADBC8F. Grayscale: #4C4C4C. Windows color (decimal): -11386000 or 7357266. OLE color: 7357266.

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

Color convert

RGB 82 67 112 -
CMYK 0.27 0.40 0 0.56
HSL 260º 0.25% 0.35% -
HSV(B) 260º 0.4% 0.44% -
XYZ 8.41 6.98 16.23 -
YUV 76.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 82 67 112 0.27 0.40 0 0.56 260 0.25 0.35
Hex 52 43 70 1B 28 0 38 104 19 23
Octal 122 103 160 33 50 0 70 404 31 43
Binary 1010010 1000011 1110000 11011 101000 0 111000 100000100 11001 100011

Color Harmonies of #524370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524370

Black with #524370

Text Example


Text Example

White with #524370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524370; }

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

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

background-color css

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

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

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

border-color css

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

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

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