#544FDA

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

Shades of Slate Blue #544FDA

Tints of Slate Blue #544FDA

Color information

#544FDA (or 0x544FDA) is unknown color: approx Slate Blue. HEX triplet: 54, 4F and DA. RGB value is (84,79,218). Sum of RGB (Red+Green+Blue) = 84+79+218=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #544FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FDA is #ABB025. Grayscale: #5F5F5F. Windows color (decimal): -11251750 or 14307156. OLE color: 14307156.

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

Color convert

RGB8479218-
CMYK0.610.6400.15
HSL242.16º65.26%58.24%-
HSV(B)242.16º63.76%85.49%-
XYZ19.1112.5467.74-
YUV96.34196.66119.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=22.05%
G=20.73%
B=57.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84792180.610.6400.15242.1665.2658.24
Hex544FDA3D400Ff2413a
Octal1241173327510001736210172
Binary1010100100111111011010111101100000001111111100101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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