Html Css Color HEX #5B47D7 Slate Blue

📋 copy color: '#5B47D7'

red 91 ◦ green 71 ◦ blue 215

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

Shades of Slate Blue #5B47D7

Tints of Slate Blue #5B47D7

RGB

 RED value IS 91 (35.94% from 255) = 24.14%

 GREEN value IS 71 (28.13% from 255) = 18.83%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 24.14%
G = 18.83%
B = 57.03%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5B47D7 (or 0x5B47D7) is known color: Slate Blue. HEX triplet: 5B, 47 and D7. RGB value is (91,71,215). Sum of RGB (Red+Green+Blue) = 91+71+215=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B47D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47D7 is #A4B828. Grayscale: #5C5C5C. Windows color (decimal): -10795049 or 14108507. OLE color: 14108507.

HSL color Cylindrical-coordinate representation of color #5B47D7: hue angle of 248.33º 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 #5B47D7 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 71 215 -
CMYK 0.58 0.67 0 0.16
HSL 248.33º 0.64% 0.56% -
HSV(B) 248.33º 0.67% 0.84% -
XYZ 18.83 11.64 65.54 -
YUV 93.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 91 71 215 0.58 0.67 0 0.16 248.33 0.64 0.56
Hex 5B 47 D7 3A 43 0 10 F8 40 38
Octal 133 107 327 72 103 0 20 370 100 70
Binary 1011011 1000111 11010111 111010 1000011 0 10000 11111000 1000000 111000

Color Harmonies of #5B47D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B47D7

Black with #5B47D7

Text Example


Text Example

White with #5B47D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,71,215); }

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

background-color css

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

 a { background-color: rgb(91,71,215); }

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

border-color css

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

 span { border-color: rgb(91,71,215); }

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