#544DC7

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

Shades of Slate Blue #544DC7

Tints of Slate Blue #544DC7

Color information

#544DC7 (or 0x544DC7) is unknown color: approx Slate Blue. HEX triplet: 54, 4D and C7. RGB value is (84,77,199). Sum of RGB (Red+Green+Blue) = 84+77+199=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #544DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DC7 is #ABB238. Grayscale: #5C5C5C. Windows color (decimal): -11252281 or 13061460. OLE color: 13061460.

HSL color Cylindrical-coordinate representation of color #544DC7: hue angle of 243.44º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544DC7 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8477199-
CMYK0.580.6100.22
HSL243.44º52.14%54.12%-
HSV(B)243.44º61.31%78.04%-
XYZ16.6211.3255.34-
YUV93187.82121.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=23.33%
G=21.39%
B=55.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84771990.580.6100.22243.4452.1454.12
Hex544DC73A3D016f33436
Octal12411530772750263636466
Binary101010010011011100011111101011110101011011110011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,199); }

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

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

 a { background-color: rgb(84,77,199); }

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

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

 span { border-color: rgb(84,77,199); }

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