#544FD5

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

Shades of Slate Blue #544FD5

Tints of Slate Blue #544FD5

Color information

#544FD5 (or 0x544FD5) is unknown color: approx Slate Blue. HEX triplet: 54, 4F and D5. RGB value is (84,79,213). Sum of RGB (Red+Green+Blue) = 84+79+213=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #544FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FD5 is #ABB02A. Grayscale: #5F5F5F. Windows color (decimal): -11251755 or 13979476. OLE color: 13979476.

HSL color Cylindrical-coordinate representation of color #544FD5: hue angle of 242.24º degrees, saturation: 0.61, 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 #544FD5 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8479213-
CMYK0.610.6300.16
HSL242.24º61.47%57.25%-
HSV(B)242.24º62.91%83.53%-
XYZ18.4612.2864.35-
YUV95.77194.16119.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 213 (83.59% from 255) = 56.65%
R=22.34%
G=21.01%
B=56.65%

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
Decimal84792130.610.6300.16242.2461.4757.25
Hex544FD53D3F010f23d39
Octal12411732575770203627571
Binary101010010011111101010111110111111101000011110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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