#544fd8

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

Shades of Slate Blue #544FD8

Tints of Slate Blue #544FD8

Color information

#544FD8 (or 0x544FD8) is unknown color: approx Slate Blue. HEX triplet: 54, 4F and D8. RGB value is (84,79,216). Sum of RGB (Red+Green+Blue) = 84+79+216=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #544FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FD8 is #ABB027. Grayscale: #5F5F5F. Windows color (decimal): -11251752 or 14176084. OLE color: 14176084.

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

Color convert

RGB8479216-
CMYK0.610.6300.15
HSL242.19º63.72%57.84%-
HSV(B)242.19º63.43%84.71%-
XYZ18.8512.4366.37-
YUV96.11195.66119.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=22.16%
G=20.84%
B=56.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84792160.610.6300.15242.1963.7257.84
Hex544FD83D3F0Ff2403a
Octal124117330757701736210072
Binary101010010011111101100011110111111101111111100101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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