#524AD0

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

Shades of Slate Blue #524AD0

Tints of Slate Blue #524AD0

Color information

#524AD0 (or 0x524AD0) is unknown color: approx Slate Blue. HEX triplet: 52, 4A and D0. RGB value is (82,74,208). Sum of RGB (Red+Green+Blue) = 82+74+208=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #524AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AD0 is #ADB52F. Grayscale: #5B5B5B. Windows color (decimal): -11384112 or 13650514. OLE color: 13650514.

HSL color Cylindrical-coordinate representation of color #524AD0: hue angle of 243.58º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524AD0 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8274208-
CMYK0.610.6400.18
HSL243.58º58.77%55.29%-
HSV(B)243.58º64.42%81.57%-
XYZ17.3111.2560.93-
YUV91.67193.65121.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 208 (81.64% from 255) = 57.14%
R=22.53%
G=20.33%
B=57.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82742080.610.6400.18243.5858.7755.29
Hex524AD03D40012f43b37
Octal122112320751000223647367
Binary1010010100101011010000111101100000001001011110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524AD0; }

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

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

<style>
 a { background-color: #524AD0; }

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

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

<style>
 span { border-color: #524AD0; }

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

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