Html Css Color HEX #5E5ECD Slate Blue

📋 copy color: '#5E5ECD'

red 94 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #5E5ECD

Tints of Slate Blue #5E5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 23.92%
G = 23.92%
B = 52.16%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E5ECD (or 0x5E5ECD) is known color: Slate Blue. HEX triplet: 5E, 5E and CD. RGB value is (94,94,205). Sum of RGB (Red+Green+Blue) = 94+94+205=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ECD is #A1A132. Grayscale: #6A6A6A. Windows color (decimal): -10592563 or 13459038. OLE color: 13459038.

HSL color Cylindrical-coordinate representation of color #5E5ECD: hue angle of 240º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E5ECD is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 94 205 -
CMYK 0.54 0.54 0 0.20
HSL 240º 0.53% 0.59% -
HSV(B) 240º 0.54% 0.8% -
XYZ 19.64 14.79 59.58 -
YUV 106.65 183.5 118.97 -
System Red Green Blue C M Y K H S L
Decimal 94 94 205 0.54 0.54 0 0.20 240 0.53 0.59
Hex 5E 5E CD 36 36 0 14 F0 35 3B
Octal 136 136 315 66 66 0 24 360 65 73
Binary 1011110 1011110 11001101 110110 110110 0 10100 11110000 110101 111011

Color Harmonies of #5E5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5ECD

Black with #5E5ECD

Text Example


Text Example

White with #5E5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,94,205); }

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

background-color css

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

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

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

border-color css

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

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

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