#5441D0

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

Shades of Slate Blue #5441D0

Tints of Slate Blue #5441D0

Color information

#5441D0 (or 0x5441D0) is unknown color: approx Slate Blue. HEX triplet: 54, 41 and D0. RGB value is (84,65,208). Sum of RGB (Red+Green+Blue) = 84+65+208=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #5441D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441D0 is #ABBE2F. Grayscale: #565656. Windows color (decimal): -11255344 or 13648212. OLE color: 13648212.

HSL color Cylindrical-coordinate representation of color #5441D0: hue angle of 247.97º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5441D0 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8465208-
CMYK0.600.6900.18
HSL247.97º60.34%53.53%-
HSV(B)247.97º68.75%81.57%-
XYZ16.9310.2260.75-
YUV86.98196.29125.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 208 (81.64% from 255) = 58.26%
R=23.53%
G=18.21%
B=58.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84652080.600.6900.18247.9760.3453.53
Hex5441D03C45012f83c36
Octal124101320741050223707466
Binary1010100100000111010000111100100010101001011111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5441D0; }

 p { color: rgb(84,65,208); }

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

<style>
 a { background-color: #5441D0; }

 a { background-color: rgb(84,65,208); }

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

<style>
 span { border-color: #5441D0; }

 span { border-color: rgb(84,65,208); }

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