Html Css Color HEX #524374 Meteorite

📋 copy color: '#524374'

red 82 ◦ green 67 ◦ blue 116

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

Shades of Meteorite #524374

Tints of Meteorite #524374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 30.94%
G = 25.28%
B = 43.77%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524374 (or 0x524374) is known color: Meteorite. HEX triplet: 52, 43 and 74. RGB value is (82,67,116). Sum of RGB (Red+Green+Blue) = 82+67+116=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #524374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524374 is #ADBC8B. Grayscale: #4C4C4C. Windows color (decimal): -11385996 or 7619410. OLE color: 7619410.

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

Color convert

RGB 82 67 116 -
CMYK 0.29 0.42 0 0.55
HSL 258.37º 0.27% 0.36% -
HSV(B) 258.37º 0.42% 0.45% -
XYZ 8.64 7.07 17.43 -
YUV 77.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 82 67 116 0.29 0.42 0 0.55 258.37 0.27 0.36
Hex 52 43 74 1D 2A 0 37 102 1B 24
Octal 122 103 164 35 52 0 67 402 33 44
Binary 1010010 1000011 1110100 11101 101010 0 110111 100000010 11011 100100

Color Harmonies of #524374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524374

Black with #524374

Text Example


Text Example

White with #524374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524374; }

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

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

background-color css

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

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

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

border-color css

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

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

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