#523E75

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

Shades of Meteorite #523E75

Tints of Meteorite #523E75

Color information

#523E75 (or 0x523E75) is unknown color: approx Meteorite. HEX triplet: 52, 3E and 75. RGB value is (82,62,117). Sum of RGB (Red+Green+Blue) = 82+62+117=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #523E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E75 is #ADC18A. Grayscale: #4A4A4A. Windows color (decimal): -11387275 or 7683666. OLE color: 7683666.

HSL color Cylindrical-coordinate representation of color #523E75: hue angle of 261.82º 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 #523E75 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8262117-
CMYK0.300.4700.54
HSL261.82º30.73%35.1%-
HSV(B)261.82º47.01%45.88%-
XYZ8.416.5217.65-
YUV74.25152.13133.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=31.42%
G=23.75%
B=44.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82621170.300.4700.54261.8230.7335.1
Hex523E751E2F0361061f23
Octal1227616536570664063743
Binary1010010111110111010111110101111011011010000011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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