#5448dc

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

Shades of Slate Blue #5448DC

Tints of Slate Blue #5448DC

Color information

#5448DC (or 0x5448DC) is unknown color: approx Slate Blue. HEX triplet: 54, 48 and DC. RGB value is (84,72,220). Sum of RGB (Red+Green+Blue) = 84+72+220=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #5448DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448DC is #ABB723. Grayscale: #5B5B5B. Windows color (decimal): -11253540 or 14436436. OLE color: 14436436.

HSL color Cylindrical-coordinate representation of color #5448DC: hue angle of 244.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5448DC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8472220-
CMYK0.620.6700.14
HSL244.86º67.89%57.25%-
HSV(B)244.86º67.27%86.27%-
XYZ18.8911.6968.97-
YUV92.46199.98121.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 220 (86.33% from 255) = 58.51%
R=22.34%
G=19.15%
B=58.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84722200.620.6700.14244.8667.8957.25
Hex5448DC3E430Ef54439
Octal1241103347610301636510471
Binary1010100100100011011100111110100001101110111101011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5448dc; }

 p { color: rgb(84,72,220); }

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

<style>
 a { background-color: #5448dc; }

 a { background-color: rgb(84,72,220); }

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

<style>
 span { border-color: #5448dc; }

 span { border-color: rgb(84,72,220); }

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