Html Css Color HEX #5846D6 Slate Blue

📋 copy color: '#5846D6'

red 88 ◦ green 70 ◦ blue 214

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

Shades of Slate Blue #5846D6

Tints of Slate Blue #5846D6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 23.66%
G = 18.82%
B = 57.53%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5846D6 (or 0x5846D6) is known color: Slate Blue. HEX triplet: 58, 46 and D6. RGB value is (88,70,214). Sum of RGB (Red+Green+Blue) = 88+70+214=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #5846D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5846D6 is #A7B929. Grayscale: #5B5B5B. Windows color (decimal): -10991914 or 14042712. OLE color: 14042712.

HSL color Cylindrical-coordinate representation of color #5846D6: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5846D6 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 70 214 -
CMYK 0.59 0.67 0 0.16
HSL 247.5º 0.64% 0.56% -
HSV(B) 247.5º 0.67% 0.84% -
XYZ 18.35 11.31 64.83 -
YUV 91.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 88 70 214 0.59 0.67 0 0.16 247.5 0.64 0.56
Hex 58 46 D6 3B 43 0 10 F8 40 38
Octal 130 106 326 73 103 0 20 370 100 70
Binary 1011000 1000110 11010110 111011 1000011 0 10000 11111000 1000000 111000

Color Harmonies of #5846D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5846D6

Black with #5846D6

Text Example


Text Example

White with #5846D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5846D6; }

 p { color: rgb(88,70,214); }

 H1.HeaderClassName
 {
   color: #5846D6;
 }
 .AnyTagClassName
 {
   color: #5846D6;
 }
</style>

background-color css

<style>
 a { background-color: #5846D6; }

 a { background-color: rgb(88,70,214); }

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

border-color css

<style>
 span { border-color: #5846D6; }

 span { border-color: rgb(88,70,214); }

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