Html Css Color HEX #5A4CDB Slate Blue

📋 copy color: '#5A4CDB'

red 90 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #5A4CDB

Tints of Slate Blue #5A4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 23.38%
G = 19.74%
B = 56.88%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A4CDB (or 0x5A4CDB) is known color: Slate Blue. HEX triplet: 5A, 4C and DB. RGB value is (90,76,219). Sum of RGB (Red+Green+Blue) = 90+76+219=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CDB is #A5B324. Grayscale: #5F5F5F. Windows color (decimal): -10859301 or 14371930. OLE color: 14371930.

HSL color Cylindrical-coordinate representation of color #5A4CDB: hue angle of 245.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A4CDB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 76 219 -
CMYK 0.59 0.65 0 0.14
HSL 245.87º 0.67% 0.58% -
HSV(B) 245.87º 0.65% 0.86% -
XYZ 19.59 12.46 68.39 -
YUV 96.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 90 76 219 0.59 0.65 0 0.14 245.87 0.67 0.58
Hex 5A 4C DB 3B 41 0 E F6 43 3A
Octal 132 114 333 73 101 0 16 366 103 72
Binary 1011010 1001100 11011011 111011 1000001 0 1110 11110110 1000011 111010

Color Harmonies of #5A4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CDB

Black with #5A4CDB

Text Example


Text Example

White with #5A4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,219); }

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

background-color css

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

 a { background-color: rgb(90,76,219); }

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

border-color css

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

 span { border-color: rgb(90,76,219); }

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