Html Css Color HEX #524575 Meteorite

📋 copy color: '#524575'

red 82 ◦ green 69 ◦ blue 117

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

Shades of Meteorite #524575

Tints of Meteorite #524575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 30.6%
G = 25.75%
B = 43.66%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#524575 (or 0x524575) is known color: Meteorite. HEX triplet: 52, 45 and 75. RGB value is (82,69,117). Sum of RGB (Red+Green+Blue) = 82+69+117=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #524575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524575 is #ADBA8A. Grayscale: #4E4E4E. Windows color (decimal): -11385483 or 7685458. OLE color: 7685458.

HSL color Cylindrical-coordinate representation of color #524575: hue angle of 256.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524575 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 69 117 -
CMYK 0.30 0.41 0 0.54
HSL 256.25º 0.26% 0.36% -
HSV(B) 256.25º 0.41% 0.46% -
XYZ 8.82 7.33 17.78 -
YUV 78.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 82 69 117 0.30 0.41 0 0.54 256.25 0.26 0.36
Hex 52 45 75 1E 29 0 36 100 1A 24
Octal 122 105 165 36 51 0 66 400 32 44
Binary 1010010 1000101 1110101 11110 101001 0 110110 100000000 11010 100100

Color Harmonies of #524575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524575

Black with #524575

Text Example


Text Example

White with #524575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524575; }

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

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

background-color css

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

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

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

border-color css

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

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

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