Html Css Color HEX #524573 Meteorite

📋 copy color: '#524573'

red 82 ◦ green 69 ◦ blue 115

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

Shades of Meteorite #524573

Tints of Meteorite #524573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 30.83%
G = 25.94%
B = 43.23%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524573 (or 0x524573) is known color: Meteorite. HEX triplet: 52, 45 and 73. RGB value is (82,69,115). Sum of RGB (Red+Green+Blue) = 82+69+115=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #524573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524573 is #ADBA8C. Grayscale: #4D4D4D. Windows color (decimal): -11385485 or 7554386. OLE color: 7554386.

HSL color Cylindrical-coordinate representation of color #524573: hue angle of 256.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524573 is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 69 115 -
CMYK 0.29 0.4 0 0.55
HSL 256.96º 0.25% 0.36% -
HSV(B) 256.96º 0.4% 0.45% -
XYZ 8.7 7.29 17.17 -
YUV 78.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 82 69 115 0.29 0.4 0 0.55 256.96 0.25 0.36
Hex 52 45 73 1D 28 0 37 101 19 24
Octal 122 105 163 35 50 0 67 401 31 44
Binary 1010010 1000101 1110011 11101 101000 0 110111 100000001 11001 100100

Color Harmonies of #524573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524573

Black with #524573

Text Example


Text Example

White with #524573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524573; }

 p { color: rgb(82,69,115); }

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

background-color css

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

 a { background-color: rgb(82,69,115); }

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

border-color css

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

 span { border-color: rgb(82,69,115); }

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