#544ED5

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

Shades of Slate Blue #544ED5

Tints of Slate Blue #544ED5

Color information

#544ED5 (or 0x544ED5) is unknown color: approx Slate Blue. HEX triplet: 54, 4E and D5. RGB value is (84,78,213). Sum of RGB (Red+Green+Blue) = 84+78+213=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #544ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544ED5 is #ABB12A. Grayscale: #5E5E5E. Windows color (decimal): -11252011 or 13979220. OLE color: 13979220.

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

Color convert

RGB8478213-
CMYK0.610.6300.16
HSL242.67º61.64%57.06%-
HSV(B)242.67º63.38%83.53%-
XYZ18.3912.1464.32-
YUV95.18194.49120.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 213 (83.59% from 255) = 56.8%
R=22.4%
G=20.8%
B=56.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84782130.610.6300.16242.6761.6457.06
Hex544ED53D3F010f33e39
Octal12411632575770203637671
Binary101010010011101101010111110111111101000011110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544ED5; }

 p { color: rgb(84,78,213); }

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

<style>
 a { background-color: #544ED5; }

 a { background-color: rgb(84,78,213); }

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

<style>
 span { border-color: #544ED5; }

 span { border-color: rgb(84,78,213); }

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