Html Css Color HEX #5E5DD7 Slate Blue

📋 copy color: '#5E5DD7'

red 94 ◦ green 93 ◦ blue 215

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

Shades of Slate Blue #5E5DD7

Tints of Slate Blue #5E5DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 23.38%
G = 23.13%
B = 53.48%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5E5DD7 (or 0x5E5DD7) is known color: Slate Blue. HEX triplet: 5E, 5D and D7. RGB value is (94,93,215). Sum of RGB (Red+Green+Blue) = 94+93+215=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E5DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DD7 is #A1A228. Grayscale: #6A6A6A. Windows color (decimal): -10592809 or 14114142. OLE color: 14114142.

HSL color Cylindrical-coordinate representation of color #5E5DD7: hue angle of 240.49º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E5DD7 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 93 215 -
CMYK 0.56 0.57 0 0.16
HSL 240.49º 0.6% 0.6% -
HSV(B) 240.49º 0.57% 0.84% -
XYZ 20.8 15.11 66.11 -
YUV 107.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 94 93 215 0.56 0.57 0 0.16 240.49 0.6 0.6
Hex 5E 5D D7 38 39 0 10 F0 3C 3C
Octal 136 135 327 70 71 0 20 360 74 74
Binary 1011110 1011101 11010111 111000 111001 0 10000 11110000 111100 111100

Color Harmonies of #5E5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5DD7

Black with #5E5DD7

Text Example


Text Example

White with #5E5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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