Html Css Color HEX #524375 Meteorite

📋 copy color: '#524375'

red 82 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #524375

Tints of Meteorite #524375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 30.83%
G = 25.19%
B = 43.98%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#524375 (or 0x524375) is known color: Meteorite. HEX triplet: 52, 43 and 75. RGB value is (82,67,117). Sum of RGB (Red+Green+Blue) = 82+67+117=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #524375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524375 is #ADBC8A. Grayscale: #4D4D4D. Windows color (decimal): -11385995 or 7684946. OLE color: 7684946.

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

Color convert

RGB 82 67 117 -
CMYK 0.30 0.43 0 0.54
HSL 258º 0.27% 0.36% -
HSV(B) 258º 0.43% 0.46% -
XYZ 8.7 7.09 17.74 -
YUV 77.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 82 67 117 0.30 0.43 0 0.54 258 0.27 0.36
Hex 52 43 75 1E 2B 0 36 102 1B 24
Octal 122 103 165 36 53 0 66 402 33 44
Binary 1010010 1000011 1110101 11110 101011 0 110110 100000010 11011 100100

Color Harmonies of #524375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524375

Black with #524375

Text Example


Text Example

White with #524375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524375; }

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

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

background-color css

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

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

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

border-color css

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

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

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