Html Css Color HEX #5A4CD2 Slate Blue

📋 copy color: '#5A4CD2'

red 90 ◦ green 76 ◦ blue 210

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

Shades of Slate Blue #5A4CD2

Tints of Slate Blue #5A4CD2

RGB

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

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

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

R = 23.94%
G = 20.21%
B = 55.85%

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

#5A4CD2 (or 0x5A4CD2) is known color: Slate Blue. HEX triplet: 5A, 4C and D2. RGB value is (90,76,210). Sum of RGB (Red+Green+Blue) = 90+76+210=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #5A4CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CD2 is #A5B32D. Grayscale: #5E5E5E. Windows color (decimal): -10859310 or 13782106. OLE color: 13782106.

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

Color convert

RGB 90 76 210 -
CMYK 0.57 0.64 0 0.18
HSL 246.27º 0.6% 0.56% -
HSV(B) 246.27º 0.64% 0.82% -
XYZ 18.43 12 62.32 -
YUV 95.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 90 76 210 0.57 0.64 0 0.18 246.27 0.6 0.56
Hex 5A 4C D2 39 40 0 12 F6 3C 38
Octal 132 114 322 71 100 0 22 366 74 70
Binary 1011010 1001100 11010010 111001 1000000 0 10010 11110110 111100 111000

Color Harmonies of #5A4CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CD2

Black with #5A4CD2

Text Example


Text Example

White with #5A4CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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