Html Css Color HEX #543EDC Slate Blue

📋 copy color: '#543EDC'

red 84 ◦ green 62 ◦ blue 220

#543EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #543EDC

Tints of Slate Blue #543EDC

RGB

 RED value IS 84 (33.2% 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 value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#543EDC (or 0x543EDC) is known color: 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

RGB 84 62 220 -
CMYK 0.62 0.72 0 0.14
HSL 248.35º 0.69% 0.55% -
HSV(B) 248.35º 0.72% 0.86% -
XYZ 18.3 10.5 68.77 -
YUV 86.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 84 62 220 0.62 0.72 0 0.14 248.35 0.69 0.55
Hex 54 3E DC 3E 48 0 E F8 45 37
Octal 124 76 334 76 110 0 16 370 105 67
Binary 1010100 111110 11011100 111110 1001000 0 1110 11111000 1000101 110111

Color Harmonies of #543EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543EDC

Black with #543EDC

Text Example


Text Example

White with #543EDC

Text Example


Text Example

HTML Codes & Css Web 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>