Html Css Color HEX #5A4EDC Slate Blue

📋 copy color: '#5A4EDC'

red 90 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #5A4EDC

Tints of Slate Blue #5A4EDC

RGB

 RED value IS 90 (35.55% from 255) = 23.2%

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 23.2%
G = 20.1%
B = 56.7%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A4EDC (or 0x5A4EDC) is known color: Slate Blue. HEX triplet: 5A, 4E and DC. RGB value is (90,78,220). Sum of RGB (Red+Green+Blue) = 90+78+220=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EDC is #A5B123. Grayscale: #616161. Windows color (decimal): -10858788 or 14437978. OLE color: 14437978.

HSL color Cylindrical-coordinate representation of color #5A4EDC: hue angle of 245.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A4EDC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 78 220 -
CMYK 0.59 0.65 0 0.14
HSL 245.07º 0.67% 0.58% -
HSV(B) 245.07º 0.65% 0.86% -
XYZ 19.86 12.79 69.13 -
YUV 97.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 90 78 220 0.59 0.65 0 0.14 245.07 0.67 0.58
Hex 5A 4E DC 3B 41 0 E F5 43 3A
Octal 132 116 334 73 101 0 16 365 103 72
Binary 1011010 1001110 11011100 111011 1000001 0 1110 11110101 1000011 111010

Color Harmonies of #5A4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4EDC

Black with #5A4EDC

Text Example


Text Example

White with #5A4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,220); }

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

background-color css

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

 a { background-color: rgb(90,78,220); }

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

border-color css

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

 span { border-color: rgb(90,78,220); }

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