#5449d3

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

Shades of Slate Blue #5449D3

Tints of Slate Blue #5449D3

Color information

#5449D3 (or 0x5449D3) is unknown color: approx Slate Blue. HEX triplet: 54, 49 and D3. RGB value is (84,73,211). Sum of RGB (Red+Green+Blue) = 84+73+211=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #5449D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449D3 is #ABB62C. Grayscale: #5B5B5B. Windows color (decimal): -11253293 or 13846868. OLE color: 13846868.

HSL color Cylindrical-coordinate representation of color #5449D3: hue angle of 244.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5449D3 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8473211-
CMYK0.600.6500.17
HSL244.78º61.06%55.69%-
HSV(B)244.78º65.4%82.75%-
XYZ17.811.3562.88-
YUV92.02195.14122.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 211 (82.81% from 255) = 57.34%
R=22.83%
G=19.84%
B=57.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal84732110.600.6500.17244.7861.0655.69
Hex5449D33C41011f53d38
Octal124111323741010213657570
Binary1010100100100111010011111100100000101000111110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5449d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5449d3; }

 p { color: rgb(84,73,211); }

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

<style>
 a { background-color: #5449d3; }

 a { background-color: rgb(84,73,211); }

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

<style>
 span { border-color: #5449d3; }

 span { border-color: rgb(84,73,211); }

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