Html Css Color HEX #5A4EE0 Slate Blue

📋 copy color: '#5A4EE0'

red 90 ◦ green 78 ◦ blue 224

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

Shades of Slate Blue #5A4EE0

Tints of Slate Blue #5A4EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 22.96%
G = 19.9%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5A4EE0 (or 0x5A4EE0) is known color: Slate Blue. HEX triplet: 5A, 4E and E0. RGB value is (90,78,224). Sum of RGB (Red+Green+Blue) = 90+78+224=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A4EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EE0 is #A5B11F. Grayscale: #616161. Windows color (decimal): -10858784 or 14700122. OLE color: 14700122.

HSL color Cylindrical-coordinate representation of color #5A4EE0: hue angle of 244.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A4EE0 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 78 224 -
CMYK 0.60 0.65 0 0.12
HSL 244.93º 0.7% 0.59% -
HSV(B) 244.93º 0.65% 0.88% -
XYZ 20.4 13 71.96 -
YUV 98.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 90 78 224 0.60 0.65 0 0.12 244.93 0.7 0.59
Hex 5A 4E E0 3C 41 0 C F5 46 3B
Octal 132 116 340 74 101 0 14 365 106 73
Binary 1011010 1001110 11100000 111100 1000001 0 1100 11110101 1000110 111011

Color Harmonies of #5A4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4EE0

Black with #5A4EE0

Text Example


Text Example

White with #5A4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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