#5E55DA

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

Shades of Slate Blue #5E55DA

Tints of Slate Blue #5E55DA

Color information

#5E55DA (or 0x5E55DA) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and DA. RGB value is (94,85,218). Sum of RGB (Red+Green+Blue) = 94+85+218=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E55DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55DA is #A1AA25. Grayscale: #666666. Windows color (decimal): -10594854 or 14308702. OLE color: 14308702.

HSL color Cylindrical-coordinate representation of color #5E55DA: hue angle of 244.06º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E55DA is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9485218-
CMYK0.570.6100.15
HSL244.06º64.25%59.41%-
HSV(B)244.06º61.01%85.49%-
XYZ20.5213.9467.94-
YUV102.85192.98121.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=23.68%
G=21.41%
B=54.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94852180.570.6100.15244.0664.2559.41
Hex5E55DA393D0Ff4403b
Octal136125332717501736410073
Binary101111010101011101101011100111110101111111101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,218); }

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

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

 a { background-color: rgb(94,85,218); }

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

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

 span { border-color: rgb(94,85,218); }

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