Html Css Color HEX #523E68 Meteorite

📋 copy color: '#523E68'

red 82 ◦ green 62 ◦ blue 104

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

Shades of Meteorite #523E68

Tints of Meteorite #523E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 33.06%
G = 25%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523E68 (or 0x523E68) is known color: Meteorite. HEX triplet: 52, 3E and 68. RGB value is (82,62,104). Sum of RGB (Red+Green+Blue) = 82+62+104=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #523E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E68 is #ADC197. Grayscale: #484848. Windows color (decimal): -11387288 or 6831698. OLE color: 6831698.

HSL color Cylindrical-coordinate representation of color #523E68: hue angle of 268.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523E68 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 62 104 -
CMYK 0.21 0.40 0 0.59
HSL 268.57º 0.25% 0.33% -
HSV(B) 268.57º 0.4% 0.41% -
XYZ 7.7 6.24 13.89 -
YUV 72.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 82 62 104 0.21 0.40 0 0.59 268.57 0.25 0.33
Hex 52 3E 68 15 28 0 3B 10D 19 21
Octal 122 76 150 25 50 0 73 415 31 41
Binary 1010010 111110 1101000 10101 101000 0 111011 100001101 11001 100001

Color Harmonies of #523E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E68

Black with #523E68

Text Example


Text Example

White with #523E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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