Html Css Color HEX #5D4EC6 Slate Blue

📋 copy color: '#5D4EC6'

red 93 ◦ green 78 ◦ blue 198

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

Shades of Slate Blue #5D4EC6

Tints of Slate Blue #5D4EC6

RGB

 RED value IS 93 (36.72% from 255) = 25.2%

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 198 (77.73% from 255) = 53.66%

R = 25.2%
G = 21.14%
B = 53.66%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5D4EC6 (or 0x5D4EC6) is known color: Slate Blue. HEX triplet: 5D, 4E and C6. RGB value is (93,78,198). Sum of RGB (Red+Green+Blue) = 93+78+198=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D4EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EC6 is #A2B139. Grayscale: #5F5F5F. Windows color (decimal): -10662202 or 12996189. OLE color: 12996189.

HSL color Cylindrical-coordinate representation of color #5D4EC6: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4EC6 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 78 198 -
CMYK 0.53 0.61 0 0.22
HSL 247.5º 0.51% 0.54% -
HSV(B) 247.5º 0.61% 0.78% -
XYZ 17.43 11.85 54.8 -
YUV 96.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 93 78 198 0.53 0.61 0 0.22 247.5 0.51 0.54
Hex 5D 4E C6 35 3D 0 16 F8 33 36
Octal 135 116 306 65 75 0 26 370 63 66
Binary 1011101 1001110 11000110 110101 111101 0 10110 11111000 110011 110110

Color Harmonies of #5D4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4EC6

Black with #5D4EC6

Text Example


Text Example

White with #5D4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,78,198); }

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

background-color css

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

 a { background-color: rgb(93,78,198); }

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

border-color css

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

 span { border-color: rgb(93,78,198); }

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