#544CD9

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

Shades of Slate Blue #544CD9

Tints of Slate Blue #544CD9

Color information

#544CD9 (or 0x544CD9) is unknown color: approx Slate Blue. HEX triplet: 54, 4C and D9. RGB value is (84,76,217). Sum of RGB (Red+Green+Blue) = 84+76+217=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #544CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CD9 is #ABB326. Grayscale: #5D5D5D. Windows color (decimal): -11252519 or 14240852. OLE color: 14240852.

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

Color convert

RGB8476217-
CMYK0.610.6500.15
HSL243.4º64.98%57.45%-
HSV(B)243.4º64.98%85.1%-
XYZ18.7612.0666.99-
YUV94.47197.15120.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 217 (85.16% from 255) = 57.56%
R=22.28%
G=20.16%
B=57.56%

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
Decimal84762170.610.6500.15243.464.9857.45
Hex544CD93D410Ff34139
Octal1241143317510101736310171
Binary1010100100110011011001111101100000101111111100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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