Html Css Color HEX #523E76 Meteorite

📋 copy color: '#523E76'

red 82 ◦ green 62 ◦ blue 118

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

Shades of Meteorite #523E76

Tints of Meteorite #523E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 31.3%
G = 23.66%
B = 45.04%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#523E76 (or 0x523E76) is known color: Meteorite. HEX triplet: 52, 3E and 76. RGB value is (82,62,118). Sum of RGB (Red+Green+Blue) = 82+62+118=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #523E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E76 is #ADC189. Grayscale: #4A4A4A. Windows color (decimal): -11387274 or 7749202. OLE color: 7749202.

HSL color Cylindrical-coordinate representation of color #523E76: hue angle of 261.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523E76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 62 118 -
CMYK 0.31 0.47 0 0.54
HSL 261.43º 0.31% 0.35% -
HSV(B) 261.43º 0.47% 0.46% -
XYZ 8.47 6.55 17.96 -
YUV 74.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 82 62 118 0.31 0.47 0 0.54 261.43 0.31 0.35
Hex 52 3E 76 1F 2F 0 36 105 1F 23
Octal 122 76 166 37 57 0 66 405 37 43
Binary 1010010 111110 1110110 11111 101111 0 110110 100000101 11111 100011

Color Harmonies of #523E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E76

Black with #523E76

Text Example


Text Example

White with #523E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523E76; }

 p { color: rgb(82,62,118); }

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

background-color css

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

 a { background-color: rgb(82,62,118); }

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

border-color css

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

 span { border-color: rgb(82,62,118); }

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