Html Css Color HEX #5A4AD0 Slate Blue

📋 copy color: '#5A4AD0'

red 90 ◦ green 74 ◦ blue 208

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

Shades of Slate Blue #5A4AD0

Tints of Slate Blue #5A4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 24.19%
G = 19.89%
B = 55.91%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A4AD0 (or 0x5A4AD0) is known color: Slate Blue. HEX triplet: 5A, 4A and D0. RGB value is (90,74,208). Sum of RGB (Red+Green+Blue) = 90+74+208=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A4AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4AD0 is #A5B52F. Grayscale: #5D5D5D. Windows color (decimal): -10859824 or 13650522. OLE color: 13650522.

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

Color convert

RGB 90 74 208 -
CMYK 0.57 0.64 0 0.18
HSL 247.16º 0.59% 0.55% -
HSV(B) 247.16º 0.64% 0.82% -
XYZ 18.05 11.63 60.97 -
YUV 94.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 90 74 208 0.57 0.64 0 0.18 247.16 0.59 0.55
Hex 5A 4A D0 39 40 0 12 F7 3B 37
Octal 132 112 320 71 100 0 22 367 73 67
Binary 1011010 1001010 11010000 111001 1000000 0 10010 11110111 111011 110111

Color Harmonies of #5A4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4AD0

Black with #5A4AD0

Text Example


Text Example

White with #5A4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,74,208); }

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

background-color css

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

 a { background-color: rgb(90,74,208); }

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

border-color css

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

 span { border-color: rgb(90,74,208); }

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