Html Css Color HEX #5A4ADE Slate Blue

📋 copy color: '#5A4ADE'

red 90 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #5A4ADE

Tints of Slate Blue #5A4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 23.32%
G = 19.17%
B = 57.51%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A4ADE (or 0x5A4ADE) is known color: Slate Blue. HEX triplet: 5A, 4A and DE. RGB value is (90,74,222). Sum of RGB (Red+Green+Blue) = 90+74+222=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4ADE is #A5B521. Grayscale: #5F5F5F. Windows color (decimal): -10859810 or 14568026. OLE color: 14568026.

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

Color convert

RGB 90 74 222 -
CMYK 0.59 0.67 0 0.13
HSL 246.49º 0.69% 0.58% -
HSV(B) 246.49º 0.67% 0.87% -
XYZ 19.85 12.35 70.44 -
YUV 95.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 90 74 222 0.59 0.67 0 0.13 246.49 0.69 0.58
Hex 5A 4A DE 3B 43 0 D F6 45 3A
Octal 132 112 336 73 103 0 15 366 105 72
Binary 1011010 1001010 11011110 111011 1000011 0 1101 11110110 1000101 111010

Color Harmonies of #5A4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4ADE

Black with #5A4ADE

Text Example


Text Example

White with #5A4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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