#544DD9

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

Shades of Slate Blue #544DD9

Tints of Slate Blue #544DD9

Color information

#544DD9 (or 0x544DD9) is unknown color: approx Slate Blue. HEX triplet: 54, 4D and D9. RGB value is (84,77,217). Sum of RGB (Red+Green+Blue) = 84+77+217=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #544DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DD9 is #ABB226. Grayscale: #5E5E5E. Windows color (decimal): -11252263 or 14241108. OLE color: 14241108.

HSL color Cylindrical-coordinate representation of color #544DD9: hue angle of 243º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #544DD9 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8477217-
CMYK0.610.6500.15
HSL243º64.81%57.65%-
HSV(B)243º64.52%85.1%-
XYZ18.8312.267.01-
YUV95.05196.82120.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 217 (85.16% from 255) = 57.41%
R=22.22%
G=20.37%
B=57.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84772170.610.6500.1524364.8157.65
Hex544DD93D410Ff3413a
Octal1241153317510101736310172
Binary1010100100110111011001111101100000101111111100111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,217); }

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

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

 a { background-color: rgb(84,77,217); }

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

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

 span { border-color: rgb(84,77,217); }

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