Html Css Color HEX #523A6F Meteorite

📋 copy color: '#523A6F'

red 82 ◦ green 58 ◦ blue 111

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

Shades of Meteorite #523A6F

Tints of Meteorite #523A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 32.67%
G = 23.11%
B = 44.22%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523A6F (or 0x523A6F) is known color: Meteorite. HEX triplet: 52, 3A and 6F. RGB value is (82,58,111). Sum of RGB (Red+Green+Blue) = 82+58+111=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #523A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A6F is #ADC590. Grayscale: #474747. Windows color (decimal): -11388305 or 7289426. OLE color: 7289426.

HSL color Cylindrical-coordinate representation of color #523A6F: hue angle of 267.17º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523A6F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 58 111 -
CMYK 0.26 0.48 0 0.56
HSL 267.17º 0.31% 0.33% -
HSV(B) 267.17º 0.48% 0.44% -
XYZ 7.86 5.97 15.78 -
YUV 71.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 82 58 111 0.26 0.48 0 0.56 267.17 0.31 0.33
Hex 52 3A 6F 1A 30 0 38 10B 1F 21
Octal 122 72 157 32 60 0 70 413 37 41
Binary 1010010 111010 1101111 11010 110000 0 111000 100001011 11111 100001

Color Harmonies of #523A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A6F

Black with #523A6F

Text Example


Text Example

White with #523A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,58,111); }

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

background-color css

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

 a { background-color: rgb(82,58,111); }

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

border-color css

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

 span { border-color: rgb(82,58,111); }

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