Html Css Color HEX #5B4ED5 Slate Blue

📋 copy color: '#5B4ED5'

red 91 ◦ green 78 ◦ blue 213

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

Shades of Slate Blue #5B4ED5

Tints of Slate Blue #5B4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 213 (83.59% from 255) = 55.76%

R = 23.82%
G = 20.42%
B = 55.76%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5B4ED5 (or 0x5B4ED5) is known color: Slate Blue. HEX triplet: 5B, 4E and D5. RGB value is (91,78,213). Sum of RGB (Red+Green+Blue) = 91+78+213=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B4ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4ED5 is #A4B12A. Grayscale: #606060. Windows color (decimal): -10793259 or 13979227. OLE color: 13979227.

HSL color Cylindrical-coordinate representation of color #5B4ED5: hue angle of 245.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B4ED5 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 78 213 -
CMYK 0.57 0.63 0 0.16
HSL 245.78º 0.62% 0.57% -
HSV(B) 245.78º 0.63% 0.84% -
XYZ 19.05 12.48 64.36 -
YUV 97.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 91 78 213 0.57 0.63 0 0.16 245.78 0.62 0.57
Hex 5B 4E D5 39 3F 0 10 F6 3E 39
Octal 133 116 325 71 77 0 20 366 76 71
Binary 1011011 1001110 11010101 111001 111111 0 10000 11110110 111110 111001

Color Harmonies of #5B4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4ED5

Black with #5B4ED5

Text Example


Text Example

White with #5B4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,78,213); }

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

background-color css

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

 a { background-color: rgb(91,78,213); }

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

border-color css

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

 span { border-color: rgb(91,78,213); }

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