#544AD7

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

Shades of Slate Blue #544AD7

Tints of Slate Blue #544AD7

Color information

#544AD7 (or 0x544AD7) is unknown color: approx Slate Blue. HEX triplet: 54, 4A and D7. RGB value is (84,74,215). Sum of RGB (Red+Green+Blue) = 84+74+215=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #544AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544AD7 is #ABB528. Grayscale: #5C5C5C. Windows color (decimal): -11253033 or 14109268. OLE color: 14109268.

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

Color convert

RGB8474215-
CMYK0.610.6600.16
HSL244.26º63.8%56.67%-
HSV(B)244.26º65.58%84.31%-
XYZ18.3711.6965.58-
YUV93.06196.81121.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 215 (84.38% from 255) = 57.64%
R=22.52%
G=19.84%
B=57.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84742150.610.6600.16244.2663.856.67
Hex544AD73D42010f44039
Octal1241123277510202036410071
Binary10101001001010110101111111011000010010000111101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,215); }

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

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

 a { background-color: rgb(84,74,215); }

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

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

 span { border-color: rgb(84,74,215); }

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