#544BDE

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

Shades of Slate Blue #544BDE

Tints of Slate Blue #544BDE

Color information

#544BDE (or 0x544BDE) is unknown color: approx Slate Blue. HEX triplet: 54, 4B and DE. RGB value is (84,75,222). Sum of RGB (Red+Green+Blue) = 84+75+222=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #544BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BDE is #ABB421. Grayscale: #5D5D5D. Windows color (decimal): -11252770 or 14568276. OLE color: 14568276.

HSL color Cylindrical-coordinate representation of color #544BDE: hue angle of 243.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #544BDE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8475222-
CMYK0.620.6600.13
HSL243.67º69.01%58.24%-
HSV(B)243.67º66.22%87.06%-
XYZ19.3612.1970.44-
YUV94.45199.98120.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=22.05%
G=19.69%
B=58.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84752220.620.6600.13243.6769.0158.24
Hex544BDE3E420Df4453a
Octal1241133367610201536410572
Binary1010100100101111011110111110100001001101111101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,222); }

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

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

 a { background-color: rgb(84,75,222); }

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

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

 span { border-color: rgb(84,75,222); }

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