#524EDC

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

Shades of Slate Blue #524EDC

Tints of Slate Blue #524EDC

Color information

#524EDC (or 0x524EDC) is unknown color: approx Slate Blue. HEX triplet: 52, 4E and DC. RGB value is (82,78,220). Sum of RGB (Red+Green+Blue) = 82+78+220=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #524EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EDC is #ADB123. Grayscale: #5E5E5E. Windows color (decimal): -11383076 or 14437970. OLE color: 14437970.

HSL color Cylindrical-coordinate representation of color #524EDC: hue angle of 241.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524EDC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8278220-
CMYK0.630.6500.14
HSL241.69º66.98%58.43%-
HSV(B)241.69º64.55%86.27%-
XYZ19.1212.4169.1-
YUV95.38198.33118.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 220 (86.33% from 255) = 57.89%
R=21.58%
G=20.53%
B=57.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82782200.630.6500.14241.6966.9858.43
Hex524EDC3F410Ef2433a
Octal1221163347710101636210372
Binary1010010100111011011100111111100000101110111100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,78,220); }

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

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

 a { background-color: rgb(82,78,220); }

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

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

 span { border-color: rgb(82,78,220); }

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