#543EDC

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

Shades of Slate Blue #543EDC

Tints of Slate Blue #543EDC

Color information

#543EDC (or 0x543EDC) is unknown color: approx Slate Blue. HEX triplet: 54, 3E and DC. RGB value is (84,62,220). Sum of RGB (Red+Green+Blue) = 84+62+220=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #543EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EDC is #ABC123. Grayscale: #555555. Windows color (decimal): -11256100 or 14433876. OLE color: 14433876.

HSL color Cylindrical-coordinate representation of color #543EDC: hue angle of 248.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543EDC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8462220-
CMYK0.620.7200.14
HSL248.35º69.3%55.29%-
HSV(B)248.35º71.82%86.27%-
XYZ18.310.568.77-
YUV86.59203.29126.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 220 (86.33% from 255) = 60.11%
R=22.95%
G=16.94%
B=60.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84622200.620.7200.14248.3569.355.29
Hex543EDC3E480Ef84537
Octal124763347611001637010567
Binary101010011111011011100111110100100001110111110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,62,220); }

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

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

 a { background-color: rgb(84,62,220); }

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

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

 span { border-color: rgb(84,62,220); }

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