#523FD0

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

Shades of Slate Blue #523FD0

Tints of Slate Blue #523FD0

Color information

#523FD0 (or 0x523FD0) is unknown color: approx Slate Blue. HEX triplet: 52, 3F and D0. RGB value is (82,63,208). Sum of RGB (Red+Green+Blue) = 82+63+208=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #523FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FD0 is #ADC02F. Grayscale: #545454. Windows color (decimal): -11386928 or 13647698. OLE color: 13647698.

HSL color Cylindrical-coordinate representation of color #523FD0: hue angle of 247.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523FD0 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8263208-
CMYK0.610.7000.18
HSL247.86º60.67%53.14%-
HSV(B)247.86º69.71%81.57%-
XYZ16.649.960.71-
YUV85.21197.29125.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 208 (81.64% from 255) = 58.92%
R=23.23%
G=17.85%
B=58.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82632080.610.7000.18247.8660.6753.14
Hex523FD03D46012f83d35
Octal12277320751060223707565
Binary101001011111111010000111101100011001001011111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,208); }

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

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

 a { background-color: rgb(82,63,208); }

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

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

 span { border-color: rgb(82,63,208); }

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