Html Css Color HEX #5A4DDB Slate Blue

📋 copy color: '#5A4DDB'

red 90 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #5A4DDB

Tints of Slate Blue #5A4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 23.32%
G = 19.95%
B = 56.74%

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

#5A4DDB (or 0x5A4DDB) is known color: Slate Blue. HEX triplet: 5A, 4D and DB. RGB value is (90,77,219). Sum of RGB (Red+Green+Blue) = 90+77+219=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DDB is #A5B224. Grayscale: #606060. Windows color (decimal): -10859045 or 14372186. OLE color: 14372186.

HSL color Cylindrical-coordinate representation of color #5A4DDB: hue angle of 245.49º degrees, saturation: 0.66, 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 #5A4DDB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 77 219 -
CMYK 0.59 0.65 0 0.14
HSL 245.49º 0.66% 0.58% -
HSV(B) 245.49º 0.65% 0.86% -
XYZ 19.66 12.6 68.41 -
YUV 97.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 90 77 219 0.59 0.65 0 0.14 245.49 0.66 0.58
Hex 5A 4D DB 3B 41 0 E F5 42 3A
Octal 132 115 333 73 101 0 16 365 102 72
Binary 1011010 1001101 11011011 111011 1000001 0 1110 11110101 1000010 111010

Color Harmonies of #5A4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DDB

Black with #5A4DDB

Text Example


Text Example

White with #5A4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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