Html Css Color HEX #5A4AD5 Slate Blue

📋 copy color: '#5A4AD5'

red 90 ◦ green 74 ◦ blue 213

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

Shades of Slate Blue #5A4AD5

Tints of Slate Blue #5A4AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 23.87%
G = 19.63%
B = 56.5%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A4AD5 (or 0x5A4AD5) is known color: Slate Blue. HEX triplet: 5A, 4A and D5. RGB value is (90,74,213). Sum of RGB (Red+Green+Blue) = 90+74+213=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A4AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4AD5 is #A5B52A. Grayscale: #5E5E5E. Windows color (decimal): -10859819 or 13978202. OLE color: 13978202.

HSL color Cylindrical-coordinate representation of color #5A4AD5: hue angle of 246.91º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A4AD5 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 74 213 -
CMYK 0.58 0.65 0 0.16
HSL 246.91º 0.62% 0.56% -
HSV(B) 246.91º 0.65% 0.84% -
XYZ 18.68 11.88 64.26 -
YUV 94.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 90 74 213 0.58 0.65 0 0.16 246.91 0.62 0.56
Hex 5A 4A D5 3A 41 0 10 F7 3E 38
Octal 132 112 325 72 101 0 20 367 76 70
Binary 1011010 1001010 11010101 111010 1000001 0 10000 11110111 111110 111000

Color Harmonies of #5A4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4AD5

Black with #5A4AD5

Text Example


Text Example

White with #5A4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,74,213); }

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

background-color css

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

 a { background-color: rgb(90,74,213); }

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

border-color css

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

 span { border-color: rgb(90,74,213); }

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