#523A6C

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

Shades of Meteorite #523A6C

Tints of Meteorite #523A6C

Color information

#523A6C (or 0x523A6C) is unknown color: approx Meteorite. HEX triplet: 52, 3A and 6C. RGB value is (82,58,108). Sum of RGB (Red+Green+Blue) = 82+58+108=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #523A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A6C is #ADC593. Grayscale: #464646. Windows color (decimal): -11388308 or 7092818. OLE color: 7092818.

HSL color Cylindrical-coordinate representation of color #523A6C: hue angle of 268.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523A6C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8258108-
CMYK0.240.4600.58
HSL268.8º30.12%32.55%-
HSV(B)268.8º46.3%42.35%-
XYZ7.75.914.92-
YUV70.88148.95135.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=33.06%
G=23.39%
B=43.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82581080.240.4600.58268.830.1232.55
Hex523A6C182E03A10d1e21
Octal1227215430560724153641
Binary1010010111010110110011000101110011101010000110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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