Html Css Color HEX #5A49CB Slate Blue

📋 copy color: '#5A49CB'

red 90 ◦ green 73 ◦ blue 203

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

Shades of Slate Blue #5A49CB

Tints of Slate Blue #5A49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 24.59%
G = 19.95%
B = 55.46%

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

#5A49CB (or 0x5A49CB) is known color: Slate Blue. HEX triplet: 5A, 49 and CB. RGB value is (90,73,203). Sum of RGB (Red+Green+Blue) = 90+73+203=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A49CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49CB is #A5B634. Grayscale: #5C5C5C. Windows color (decimal): -10860085 or 13322586. OLE color: 13322586.

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

Color convert

RGB 90 73 203 -
CMYK 0.56 0.64 0 0.20
HSL 247.85º 0.56% 0.54% -
HSV(B) 247.85º 0.64% 0.8% -
XYZ 17.38 11.25 57.76 -
YUV 92.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 90 73 203 0.56 0.64 0 0.20 247.85 0.56 0.54
Hex 5A 49 CB 38 40 0 14 F8 38 36
Octal 132 111 313 70 100 0 24 370 70 66
Binary 1011010 1001001 11001011 111000 1000000 0 10100 11111000 111000 110110

Color Harmonies of #5A49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A49CB

Black with #5A49CB

Text Example


Text Example

White with #5A49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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