Html Css Color HEX #524970 Meteorite

📋 copy color: '#524970'

red 82 ◦ green 73 ◦ blue 112

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

Shades of Meteorite #524970

Tints of Meteorite #524970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 30.71%
G = 27.34%
B = 41.95%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524970 (or 0x524970) is known color: Meteorite. HEX triplet: 52, 49 and 70. RGB value is (82,73,112). Sum of RGB (Red+Green+Blue) = 82+73+112=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #524970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524970 is #ADB68F. Grayscale: #4F4F4F. Windows color (decimal): -11384464 or 7358802. OLE color: 7358802.

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

Color convert

RGB 82 73 112 -
CMYK 0.27 0.35 0 0.56
HSL 253.85º 0.21% 0.36% -
HSV(B) 253.85º 0.35% 0.44% -
XYZ 8.79 7.73 16.36 -
YUV 80.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 82 73 112 0.27 0.35 0 0.56 253.85 0.21 0.36
Hex 52 49 70 1B 23 0 38 FE 15 24
Octal 122 111 160 33 43 0 70 376 25 44
Binary 1010010 1001001 1110000 11011 100011 0 111000 11111110 10101 100100

Color Harmonies of #524970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524970

Black with #524970

Text Example


Text Example

White with #524970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524970; }

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

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

background-color css

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

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

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

border-color css

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

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

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