#5D5EE8

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

Shades of Slate Blue #5D5EE8

Tints of Slate Blue #5D5EE8

Color information

#5D5EE8 (or 0x5D5EE8) is unknown color: approx Slate Blue. HEX triplet: 5D, 5E and E8. RGB value is (93,94,232). Sum of RGB (Red+Green+Blue) = 93+94+232=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #5D5EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5EE8 is #A2A117. Grayscale: #6C6C6C. Windows color (decimal): -10658072 or 15228509. OLE color: 15228509.

HSL color Cylindrical-coordinate representation of color #5D5EE8: hue angle of 239.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D5EE8 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9394232-
CMYK0.600.5900.09
HSL239.57º75.14%63.73%-
HSV(B)239.57º59.91%90.98%-
XYZ23.0816.1678.25-
YUV109.43197.17116.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 232 (91.02% from 255) = 55.37%
R=22.20%
G=22.43%
B=55.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal93942320.600.5900.09239.5775.1463.73
Hex5D5EE83C3B09f04b40
Octal1351363507473011360113100
Binary1011101101111011101000111100111011010011111000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,94,232); }

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

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

 a { background-color: rgb(93,94,232); }

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

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

 span { border-color: rgb(93,94,232); }

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