Html Css Color HEX #5A3CDF Slate Blue

📋 copy color: '#5A3CDF'

red 90 ◦ green 60 ◦ blue 223

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

Shades of Slate Blue #5A3CDF

Tints of Slate Blue #5A3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 24.13%
G = 16.09%
B = 59.79%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A3CDF (or 0x5A3CDF) is known color: Slate Blue. HEX triplet: 5A, 3C and DF. RGB value is (90,60,223). Sum of RGB (Red+Green+Blue) = 90+60+223=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CDF is #A5C320. Grayscale: #565656. Windows color (decimal): -10863393 or 14629978. OLE color: 14629978.

HSL color Cylindrical-coordinate representation of color #5A3CDF: hue angle of 251.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A3CDF is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 60 223 -
CMYK 0.60 0.73 0 0.13
HSL 251.04º 0.72% 0.55% -
HSV(B) 251.04º 0.73% 0.87% -
XYZ 19.15 10.73 70.87 -
YUV 87.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 90 60 223 0.60 0.73 0 0.13 251.04 0.72 0.55
Hex 5A 3C DF 3C 49 0 D FB 48 37
Octal 132 74 337 74 111 0 15 373 110 67
Binary 1011010 111100 11011111 111100 1001001 0 1101 11111011 1001000 110111

Color Harmonies of #5A3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3CDF

Black with #5A3CDF

Text Example


Text Example

White with #5A3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,60,223); }

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

background-color css

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

 a { background-color: rgb(90,60,223); }

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

border-color css

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

 span { border-color: rgb(90,60,223); }

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