Html Css Color HEX #5842DF Slate Blue

📋 copy color: '#5842DF'

red 88 ◦ green 66 ◦ blue 223

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

Shades of Slate Blue #5842DF

Tints of Slate Blue #5842DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 23.34%
G = 17.51%
B = 59.15%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5842DF (or 0x5842DF) is known color: Slate Blue. HEX triplet: 58, 42 and DF. RGB value is (88,66,223). Sum of RGB (Red+Green+Blue) = 88+66+223=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5842DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842DF is #A7BD20. Grayscale: #595959. Windows color (decimal): -10992929 or 14631512. OLE color: 14631512.

HSL color Cylindrical-coordinate representation of color #5842DF: hue angle of 248.41º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5842DF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 66 223 -
CMYK 0.61 0.70 0 0.13
HSL 248.41º 0.71% 0.57% -
HSV(B) 248.41º 0.7% 0.87% -
XYZ 19.29 11.3 70.98 -
YUV 90.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 88 66 223 0.61 0.70 0 0.13 248.41 0.71 0.57
Hex 58 42 DF 3D 46 0 D F8 47 39
Octal 130 102 337 75 106 0 15 370 107 71
Binary 1011000 1000010 11011111 111101 1000110 0 1101 11111000 1000111 111001

Color Harmonies of #5842DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5842DF

Black with #5842DF

Text Example


Text Example

White with #5842DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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