Html Css Color HEX #5841DF Slate Blue

📋 copy color: '#5841DF'

red 88 ◦ green 65 ◦ blue 223

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

Shades of Slate Blue #5841DF

Tints of Slate Blue #5841DF

RGB

 RED value IS 88 (34.77% from 255) = 23.4%

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

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

R = 23.4%
G = 17.29%
B = 59.31%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5841DF (or 0x5841DF) is known color: Slate Blue. HEX triplet: 58, 41 and DF. RGB value is (88,65,223). Sum of RGB (Red+Green+Blue) = 88+65+223=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #5841DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841DF is #A7BE20. Grayscale: #595959. Windows color (decimal): -10993185 or 14631256. OLE color: 14631256.

HSL color Cylindrical-coordinate representation of color #5841DF: hue angle of 248.73º 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 #5841DF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 65 223 -
CMYK 0.61 0.71 0 0.13
HSL 248.73º 0.71% 0.56% -
HSV(B) 248.73º 0.71% 0.87% -
XYZ 19.23 11.18 70.96 -
YUV 89.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 88 65 223 0.61 0.71 0 0.13 248.73 0.71 0.56
Hex 58 41 DF 3D 47 0 D F9 47 38
Octal 130 101 337 75 107 0 15 371 107 70
Binary 1011000 1000001 11011111 111101 1000111 0 1101 11111001 1000111 111000

Color Harmonies of #5841DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841DF

Black with #5841DF

Text Example


Text Example

White with #5841DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5841DF; }

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

 H1.HeaderClassName
 {
   color: #5841DF;
 }
 .AnyTagClassName
 {
   color: #5841DF;
 }
</style>

background-color css

<style>
 a { background-color: #5841DF; }

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

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

border-color css

<style>
 span { border-color: #5841DF; }

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

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