#544aca

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

Shades of Slate Blue #544ACA

Tints of Slate Blue #544ACA

Color information

#544ACA (or 0x544ACA) is unknown color: approx Slate Blue. HEX triplet: 54, 4A and CA. RGB value is (84,74,202). Sum of RGB (Red+Green+Blue) = 84+74+202=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #544ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ACA is #ABB535. Grayscale: #5B5B5B. Windows color (decimal): -11253046 or 13257300. OLE color: 13257300.

HSL color Cylindrical-coordinate representation of color #544ACA: hue angle of 244.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544ACA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8474202-
CMYK0.580.6300.21
HSL244.69º54.7%54.12%-
HSV(B)244.69º63.37%79.22%-
XYZ16.7711.0557.13-
YUV91.58190.31122.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=23.33%
G=20.56%
B=56.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84742020.580.6300.21244.6954.754.12
Hex544ACA3A3F015f53736
Octal12411231272770253656766
Binary101010010010101100101011101011111101010111110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544aca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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