#544AC6

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

Shades of Slate Blue #544AC6

Tints of Slate Blue #544AC6

Color information

#544AC6 (or 0x544AC6) is unknown color: approx Slate Blue. HEX triplet: 54, 4A and C6. RGB value is (84,74,198). Sum of RGB (Red+Green+Blue) = 84+74+198=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #544AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544AC6 is #ABB539. Grayscale: #5A5A5A. Windows color (decimal): -11253050 or 12995156. OLE color: 12995156.

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

Color convert

RGB8474198-
CMYK0.580.6300.22
HSL244.84º52.1%53.33%-
HSV(B)244.84º62.63%77.65%-
XYZ16.310.8654.66-
YUV91.13188.31122.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=23.60%
G=20.79%
B=55.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84741980.580.6300.22244.8452.153.33
Hex544AC63A3F016f53435
Octal12411230672770263656465
Binary101010010010101100011011101011111101011011110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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