Html Css Color HEX #5A41DF Slate Blue

📋 copy color: '#5A41DF'

red 90 ◦ green 65 ◦ blue 223

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

Shades of Slate Blue #5A41DF

Tints of Slate Blue #5A41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 23.81%
G = 17.2%
B = 58.99%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A41DF (or 0x5A41DF) is known color: Slate Blue. HEX triplet: 5A, 41 and DF. RGB value is (90,65,223). Sum of RGB (Red+Green+Blue) = 90+65+223=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A41DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A41DF is #A5BE20. Grayscale: #595959. Windows color (decimal): -10862113 or 14631258. OLE color: 14631258.

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

Color convert

RGB 90 65 223 -
CMYK 0.60 0.71 0 0.13
HSL 249.49º 0.71% 0.56% -
HSV(B) 249.49º 0.71% 0.87% -
XYZ 19.43 11.28 70.97 -
YUV 90.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 90 65 223 0.60 0.71 0 0.13 249.49 0.71 0.56
Hex 5A 41 DF 3C 47 0 D F9 47 38
Octal 132 101 337 74 107 0 15 371 107 70
Binary 1011010 1000001 11011111 111100 1000111 0 1101 11111001 1000111 111000

Color Harmonies of #5A41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41DF

Black with #5A41DF

Text Example


Text Example

White with #5A41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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