#5D54DC

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

Shades of Slate Blue #5D54DC

Tints of Slate Blue #5D54DC

Color information

#5D54DC (or 0x5D54DC) is unknown color: approx Slate Blue. HEX triplet: 5D, 54 and DC. RGB value is (93,84,220). Sum of RGB (Red+Green+Blue) = 93+84+220=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54DC is #A2AB23. Grayscale: #656565. Windows color (decimal): -10660644 or 14439517. OLE color: 14439517.

HSL color Cylindrical-coordinate representation of color #5D54DC: hue angle of 243.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D54DC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9384220-
CMYK0.580.6200.14
HSL243.97º66.02%59.61%-
HSV(B)243.97º61.82%86.27%-
XYZ20.613.8469.29-
YUV102.2194.48121.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=23.43%
G=21.16%
B=55.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal93842200.580.6200.14243.9766.0259.61
Hex5D54DC3A3E0Ef4423c
Octal135124334727601636410274
Binary101110110101001101110011101011111001110111101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D54DC; }

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

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

<style>
 a { background-color: #5D54DC; }

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

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

<style>
 span { border-color: #5D54DC; }

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

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