#523ED4

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

Shades of Slate Blue #523ED4

Tints of Slate Blue #523ED4

Color information

#523ED4 (or 0x523ED4) is unknown color: approx Slate Blue. HEX triplet: 52, 3E and D4. RGB value is (82,62,212). Sum of RGB (Red+Green+Blue) = 82+62+212=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #523ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ED4 is #ADC12B. Grayscale: #545454. Windows color (decimal): -11387180 or 13909586. OLE color: 13909586.

HSL color Cylindrical-coordinate representation of color #523ED4: hue angle of 248º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523ED4 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8262212-
CMYK0.610.7100.17
HSL248º63.56%53.73%-
HSV(B)248º70.75%83.14%-
XYZ17.099.9963.32-
YUV85.08199.63125.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 212 (83.20% from 255) = 59.55%
R=23.03%
G=17.42%
B=59.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82622120.610.7100.1724863.5653.73
Hex523ED43D47011f84036
Octal122763247510702137010066
Binary1010010111110110101001111011000111010001111110001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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