Html Css Color HEX #5A4BDB Slate Blue

📋 copy color: '#5A4BDB'

red 90 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #5A4BDB

Tints of Slate Blue #5A4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

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

R = 23.44%
G = 19.53%
B = 57.03%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A4BDB (or 0x5A4BDB) is known color: Slate Blue. HEX triplet: 5A, 4B and DB. RGB value is (90,75,219). Sum of RGB (Red+Green+Blue) = 90+75+219=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BDB is #A5B424. Grayscale: #5F5F5F. Windows color (decimal): -10859557 or 14371674. OLE color: 14371674.

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

Color convert

RGB 90 75 219 -
CMYK 0.59 0.66 0 0.14
HSL 246.25º 0.67% 0.58% -
HSV(B) 246.25º 0.66% 0.86% -
XYZ 19.52 12.32 68.37 -
YUV 95.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 90 75 219 0.59 0.66 0 0.14 246.25 0.67 0.58
Hex 5A 4B DB 3B 42 0 E F6 43 3A
Octal 132 113 333 73 102 0 16 366 103 72
Binary 1011010 1001011 11011011 111011 1000010 0 1110 11110110 1000011 111010

Color Harmonies of #5A4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BDB

Black with #5A4BDB

Text Example


Text Example

White with #5A4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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