Html Css Color HEX #5E4FCD Slate Blue

📋 copy color: '#5E4FCD'

red 94 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #5E4FCD

Tints of Slate Blue #5E4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

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

R = 24.87%
G = 20.9%
B = 54.23%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E4FCD (or 0x5E4FCD) is known color: Slate Blue. HEX triplet: 5E, 4F and CD. RGB value is (94,79,205). Sum of RGB (Red+Green+Blue) = 94+79+205=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FCD is #A1B032. Grayscale: #616161. Windows color (decimal): -10596403 or 13455198. OLE color: 13455198.

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

Color convert

RGB 94 79 205 -
CMYK 0.54 0.61 0 0.20
HSL 247.14º 0.56% 0.56% -
HSV(B) 247.14º 0.61% 0.8% -
XYZ 18.43 12.38 59.18 -
YUV 97.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 94 79 205 0.54 0.61 0 0.20 247.14 0.56 0.56
Hex 5E 4F CD 36 3D 0 14 F7 38 38
Octal 136 117 315 66 75 0 24 367 70 70
Binary 1011110 1001111 11001101 110110 111101 0 10100 11110111 111000 111000

Color Harmonies of #5E4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FCD

Black with #5E4FCD

Text Example


Text Example

White with #5E4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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