Html Css Color HEX #524771 Meteorite

📋 copy color: '#524771'

red 82 ◦ green 71 ◦ blue 113

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

Shades of Meteorite #524771

Tints of Meteorite #524771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 30.83%
G = 26.69%
B = 42.48%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524771 (or 0x524771) is known color: Meteorite. HEX triplet: 52, 47 and 71. RGB value is (82,71,113). Sum of RGB (Red+Green+Blue) = 82+71+113=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #524771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524771 is #ADB88E. Grayscale: #4E4E4E. Windows color (decimal): -11384975 or 7423826. OLE color: 7423826.

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

Color convert

RGB 82 71 113 -
CMYK 0.27 0.37 0 0.56
HSL 255.71º 0.23% 0.36% -
HSV(B) 255.71º 0.37% 0.44% -
XYZ 8.71 7.49 16.61 -
YUV 79.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 82 71 113 0.27 0.37 0 0.56 255.71 0.23 0.36
Hex 52 47 71 1B 25 0 38 100 17 24
Octal 122 107 161 33 45 0 70 400 27 44
Binary 1010010 1000111 1110001 11011 100101 0 111000 100000000 10111 100100

Color Harmonies of #524771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524771

Black with #524771

Text Example


Text Example

White with #524771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524771; }

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

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

background-color css

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

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

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

border-color css

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

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

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