Html Css Color HEX #5E64DD Slate Blue

📋 copy color: '#5E64DD'

red 94 ◦ green 100 ◦ blue 221

#5E64DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5E64DD

Tints of Slate Blue #5E64DD

RGB

 RED value IS 94 (37.11% from 255) = 22.65%

 GREEN value IS 100 (39.45% from 255) = 24.1%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 22.65%
G = 24.1%
B = 53.25%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E64DD (or 0x5E64DD) is known color: Slate Blue. HEX triplet: 5E, 64 and DD. RGB value is (94,100,221). Sum of RGB (Red+Green+Blue) = 94+100+221=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E64DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E64DD is #A19B22. Grayscale: #6F6F6F. Windows color (decimal): -10591011 or 14509150. OLE color: 14509150.

HSL color Cylindrical-coordinate representation of color #5E64DD: hue angle of 237.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E64DD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 100 221 -
CMYK 0.57 0.55 0 0.13
HSL 237.17º 0.65% 0.62% -
HSV(B) 237.17º 0.57% 0.87% -
XYZ 22.22 16.71 70.46 -
YUV 112 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 94 100 221 0.57 0.55 0 0.13 237.17 0.65 0.62
Hex 5E 64 DD 39 37 0 D ED 41 3E
Octal 136 144 335 71 67 0 15 355 101 76
Binary 1011110 1100100 11011101 111001 110111 0 1101 11101101 1000001 111110

Color Harmonies of #5E64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E64DD

Black with #5E64DD

Text Example


Text Example

White with #5E64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,100,221); }

 H1.HeaderClassName
 {
   color: #5E64DD;
 }
 .AnyTagClassName
 {
   color: #5E64DD;
 }
</style>

background-color css

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

 a { background-color: rgb(94,100,221); }

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

border-color css

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

 span { border-color: rgb(94,100,221); }

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