#523a6e

Color #523A6E Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #523A6E

Tints of Meteorite #523A6E

Color information

#523A6E (or 0x523A6E) is unknown color: approx Meteorite. HEX triplet: 52, 3A and 6E. RGB value is (82,58,110). Sum of RGB (Red+Green+Blue) = 82+58+110=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #523A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A6E is #ADC591. Grayscale: #464646. Windows color (decimal): -11388306 or 7223890. OLE color: 7223890.

HSL color Cylindrical-coordinate representation of color #523A6E: hue angle of 267.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523A6E is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8258110-
CMYK0.250.4700.57
HSL267.69º30.95%32.94%-
HSV(B)267.69º47.27%43.14%-
XYZ7.815.9515.49-
YUV71.1149.95135.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 110 (43.36% from 255) = 44%
R=32.8%
G=23.2%
B=44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82581100.250.4700.57267.6930.9532.94
Hex523A6E192F03910c1f21
Octal1227215631570714143741
Binary1010010111010110111011001101111011100110000110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523a6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #523a6e;
 }
 .AnyTagClassName
 {
   color: #523a6e;
 }
</style>
background-color css

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

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

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

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

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

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