Html Css Color HEX #524175 Meteorite

📋 copy color: '#524175'

red 82 ◦ green 65 ◦ blue 117

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

Shades of Meteorite #524175

Tints of Meteorite #524175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

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

R = 31.06%
G = 24.62%
B = 44.32%

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

#524175 (or 0x524175) is known color: Meteorite. HEX triplet: 52, 41 and 75. RGB value is (82,65,117). Sum of RGB (Red+Green+Blue) = 82+65+117=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #524175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524175 is #ADBE8A. Grayscale: #4B4B4B. Windows color (decimal): -11386507 or 7684434. OLE color: 7684434.

HSL color Cylindrical-coordinate representation of color #524175: hue angle of 259.62º degrees, saturation: 0.29, 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 #524175 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 65 117 -
CMYK 0.30 0.44 0 0.54
HSL 259.62º 0.29% 0.36% -
HSV(B) 259.62º 0.44% 0.46% -
XYZ 8.58 6.86 17.7 -
YUV 76.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 82 65 117 0.30 0.44 0 0.54 259.62 0.29 0.36
Hex 52 41 75 1E 2C 0 36 104 1D 24
Octal 122 101 165 36 54 0 66 404 35 44
Binary 1010010 1000001 1110101 11110 101100 0 110110 100000100 11101 100100

Color Harmonies of #524175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524175

Black with #524175

Text Example


Text Example

White with #524175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524175; }

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

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

background-color css

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

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

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

border-color css

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

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

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