#5B3EDD

Color #5B3EDD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5B3EDD

Tints of Slate Blue #5B3EDD

Color information

#5B3EDD (or 0x5B3EDD) is unknown color: approx Slate Blue. HEX triplet: 5B, 3E and DD. RGB value is (91,62,221). Sum of RGB (Red+Green+Blue) = 91+62+221=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3EDD is #A4C122. Grayscale: #585858. Windows color (decimal): -10797347 or 14499419. OLE color: 14499419.

HSL color Cylindrical-coordinate representation of color #5B3EDD: hue angle of 250.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3EDD is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9162221-
CMYK0.590.7200.13
HSL250.94º70.04%55.49%-
HSV(B)250.94º71.95%86.67%-
XYZ19.0910.8969.5-
YUV88.8202.61129.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 221 (86.72% from 255) = 59.09%
R=24.33%
G=16.58%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91622210.590.7200.13250.9470.0455.49
Hex5B3EDD3B480Dfb4637
Octal133763357311001537310667
Binary101101111111011011101111011100100001101111110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,221); }

 H1.HeaderClassName
 {
   color: #5B3EDD;
 }
 .AnyTagClassName
 {
   color: #5B3EDD;
 }
</style>
background-color css

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

 a { background-color: rgb(91,62,221); }

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

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

 span { border-color: rgb(91,62,221); }

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