#524DD5

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

Shades of Slate Blue #524DD5

Tints of Slate Blue #524DD5

Color information

#524DD5 (or 0x524DD5) is unknown color: approx Slate Blue. HEX triplet: 52, 4D and D5. RGB value is (82,77,213). Sum of RGB (Red+Green+Blue) = 82+77+213=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #524DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DD5 is #ADB22A. Grayscale: #5D5D5D. Windows color (decimal): -11383339 or 13978962. OLE color: 13978962.

HSL color Cylindrical-coordinate representation of color #524DD5: hue angle of 242.21º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524DD5 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8277213-
CMYK0.620.6400.16
HSL242.21º61.82%56.86%-
HSV(B)242.21º63.85%83.53%-
XYZ18.1411.9164.29-
YUV94195.16119.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 213 (83.59% from 255) = 57.26%
R=22.04%
G=20.70%
B=57.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82772130.620.6400.16242.2161.8256.86
Hex524DD53E40010f23e39
Octal122115325761000203627671
Binary1010010100110111010101111110100000001000011110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,213); }

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

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

 a { background-color: rgb(82,77,213); }

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

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

 span { border-color: rgb(82,77,213); }

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