Html Css Color HEX #5A4DD2 Slate Blue

📋 copy color: '#5A4DD2'

red 90 ◦ green 77 ◦ blue 210

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

Shades of Slate Blue #5A4DD2

Tints of Slate Blue #5A4DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.7%

R = 23.87%
G = 20.42%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A4DD2 (or 0x5A4DD2) is known color: Slate Blue. HEX triplet: 5A, 4D and D2. RGB value is (90,77,210). Sum of RGB (Red+Green+Blue) = 90+77+210=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #5A4DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DD2 is #A5B22D. Grayscale: #5F5F5F. Windows color (decimal): -10859054 or 13782362. OLE color: 13782362.

HSL color Cylindrical-coordinate representation of color #5A4DD2: hue angle of 245.86º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4DD2 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 77 210 -
CMYK 0.57 0.63 0 0.18
HSL 245.86º 0.6% 0.56% -
HSV(B) 245.86º 0.63% 0.82% -
XYZ 18.5 12.13 62.34 -
YUV 96.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 90 77 210 0.57 0.63 0 0.18 245.86 0.6 0.56
Hex 5A 4D D2 39 3F 0 12 F6 3C 38
Octal 132 115 322 71 77 0 22 366 74 70
Binary 1011010 1001101 11010010 111001 111111 0 10010 11110110 111100 111000

Color Harmonies of #5A4DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DD2

Black with #5A4DD2

Text Example


Text Example

White with #5A4DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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