#524DD4

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

Shades of Slate Blue #524DD4

Tints of Slate Blue #524DD4

Color information

#524DD4 (or 0x524DD4) is unknown color: approx Slate Blue. HEX triplet: 52, 4D and D4. RGB value is (82,77,212). Sum of RGB (Red+Green+Blue) = 82+77+212=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #524DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DD4 is #ADB22B. Grayscale: #5D5D5D. Windows color (decimal): -11383340 or 13913426. OLE color: 13913426.

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

Color convert

RGB8277212-
CMYK0.610.6400.17
HSL242.22º61.09%56.67%-
HSV(B)242.22º63.68%83.14%-
XYZ18.0211.8663.63-
YUV93.88194.66119.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 212 (83.20% from 255) = 57.14%
R=22.10%
G=20.75%
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.17
SystemRedGreenBlueCMYKHSL
Decimal82772120.610.6400.17242.2261.0956.67
Hex524DD43D40011f23d39
Octal122115324751000213627571
Binary1010010100110111010100111101100000001000111110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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