Html Css Color HEX #524275 Meteorite

📋 copy color: '#524275'

red 82 ◦ green 66 ◦ blue 117

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

Shades of Meteorite #524275

Tints of Meteorite #524275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

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

R = 30.94%
G = 24.91%
B = 44.15%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#524275 (or 0x524275) is known color: Meteorite. HEX triplet: 52, 42 and 75. RGB value is (82,66,117). Sum of RGB (Red+Green+Blue) = 82+66+117=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #524275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524275 is #ADBD8A. Grayscale: #4C4C4C. Windows color (decimal): -11386251 or 7684690. OLE color: 7684690.

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

Color convert

RGB 82 66 117 -
CMYK 0.30 0.44 0 0.54
HSL 258.82º 0.28% 0.36% -
HSV(B) 258.82º 0.44% 0.46% -
XYZ 8.64 6.97 17.72 -
YUV 76.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 82 66 117 0.30 0.44 0 0.54 258.82 0.28 0.36
Hex 52 42 75 1E 2C 0 36 103 1C 24
Octal 122 102 165 36 54 0 66 403 34 44
Binary 1010010 1000010 1110101 11110 101100 0 110110 100000011 11100 100100

Color Harmonies of #524275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524275

Black with #524275

Text Example


Text Example

White with #524275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524275; }

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

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

background-color css

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

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

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

border-color css

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

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

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