Html Css Color HEX #5A49CD Slate Blue

📋 copy color: '#5A49CD'

red 90 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #5A49CD

Tints of Slate Blue #5A49CD

RGB

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

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

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

R = 24.46%
G = 19.84%
B = 55.71%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A49CD (or 0x5A49CD) is known color: Slate Blue. HEX triplet: 5A, 49 and CD. RGB value is (90,73,205). Sum of RGB (Red+Green+Blue) = 90+73+205=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49CD is #A5B632. Grayscale: #5C5C5C. Windows color (decimal): -10860083 or 13453658. OLE color: 13453658.

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

Color convert

RGB 90 73 205 -
CMYK 0.56 0.64 0 0.20
HSL 247.73º 0.57% 0.55% -
HSV(B) 247.73º 0.64% 0.8% -
XYZ 17.62 11.35 59.02 -
YUV 93.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 90 73 205 0.56 0.64 0 0.20 247.73 0.57 0.55
Hex 5A 49 CD 38 40 0 14 F8 39 37
Octal 132 111 315 70 100 0 24 370 71 67
Binary 1011010 1001001 11001101 111000 1000000 0 10100 11111000 111001 110111

Color Harmonies of #5A49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A49CD

Black with #5A49CD

Text Example


Text Example

White with #5A49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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