Html Css Color HEX #5A49D6 Slate Blue

📋 copy color: '#5A49D6'

red 90 ◦ green 73 ◦ blue 214

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

Shades of Slate Blue #5A49D6

Tints of Slate Blue #5A49D6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 23.87%
G = 19.36%
B = 56.76%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A49D6 (or 0x5A49D6) is known color: Slate Blue. HEX triplet: 5A, 49 and D6. RGB value is (90,73,214). Sum of RGB (Red+Green+Blue) = 90+73+214=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A49D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49D6 is #A5B629. Grayscale: #5D5D5D. Windows color (decimal): -10860074 or 14043482. OLE color: 14043482.

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

Color convert

RGB 90 73 214 -
CMYK 0.58 0.66 0 0.16
HSL 247.23º 0.63% 0.56% -
HSV(B) 247.23º 0.66% 0.84% -
XYZ 18.74 11.79 64.91 -
YUV 94.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 90 73 214 0.58 0.66 0 0.16 247.23 0.63 0.56
Hex 5A 49 D6 3A 42 0 10 F7 3F 38
Octal 132 111 326 72 102 0 20 367 77 70
Binary 1011010 1001001 11010110 111010 1000010 0 10000 11110111 111111 111000

Color Harmonies of #5A49D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A49D6

Black with #5A49D6

Text Example


Text Example

White with #5A49D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,214); }

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

background-color css

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

 a { background-color: rgb(90,73,214); }

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

border-color css

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

 span { border-color: rgb(90,73,214); }

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