Html Css Color HEX #5E46CD Slate Blue

📋 copy color: '#5E46CD'

red 94 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #5E46CD

Tints of Slate Blue #5E46CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

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

R = 25.47%
G = 18.97%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E46CD (or 0x5E46CD) is known color: Slate Blue. HEX triplet: 5E, 46 and CD. RGB value is (94,70,205). Sum of RGB (Red+Green+Blue) = 94+70+205=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46CD is #A1B932. Grayscale: #5C5C5C. Windows color (decimal): -10598707 or 13452894. OLE color: 13452894.

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

Color convert

RGB 94 70 205 -
CMYK 0.54 0.66 0 0.20
HSL 250.67º 0.57% 0.54% -
HSV(B) 250.67º 0.66% 0.8% -
XYZ 17.83 11.17 58.97 -
YUV 92.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 94 70 205 0.54 0.66 0 0.20 250.67 0.57 0.54
Hex 5E 46 CD 36 42 0 14 FB 39 36
Octal 136 106 315 66 102 0 24 373 71 66
Binary 1011110 1000110 11001101 110110 1000010 0 10100 11111011 111001 110110

Color Harmonies of #5E46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46CD

Black with #5E46CD

Text Example


Text Example

White with #5E46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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