#5D64EB

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

Shades of Medium Slate Blue #5D64EB

Tints of Medium Slate Blue #5D64EB

Color information

#5D64EB (or 0x5D64EB) is unknown color: approx Medium Slate Blue. HEX triplet: 5D, 64 and EB. RGB value is (93,100,235). Sum of RGB (Red+Green+Blue) = 93+100+235=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D64EB is #A29B14. Grayscale: #707070. Windows color (decimal): -10656533 or 15426653. OLE color: 15426653.

HSL color Cylindrical-coordinate representation of color #5D64EB: hue angle of 237.04º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D64EB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93100235-
CMYK0.600.5700.08
HSL237.04º78.02%64.31%-
HSV(B)237.04º60.43%92.16%-
XYZ24.0717.4480.69-
YUV113.3196.68113.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.73%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 235 (92.19% from 255) = 54.91%
R=21.73%
G=23.36%
B=54.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931002350.600.5700.08237.0478.0264.31
Hex5D64EB3C3908ed4e40
Octal1351443537471010355116100
Binary1011101110010011101011111100111001010001110110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,100,235); }

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

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

 a { background-color: rgb(93,100,235); }

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

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

 span { border-color: rgb(93,100,235); }

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