#5B4DDB

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

Shades of Slate Blue #5B4DDB

Tints of Slate Blue #5B4DDB

Color information

#5B4DDB (or 0x5B4DDB) is unknown color: approx Slate Blue. HEX triplet: 5B, 4D and DB. RGB value is (91,77,219). Sum of RGB (Red+Green+Blue) = 91+77+219=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DDB is #A4B224. Grayscale: #606060. Windows color (decimal): -10793509 or 14372187. OLE color: 14372187.

HSL color Cylindrical-coordinate representation of color #5B4DDB: hue angle of 245.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4DDB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9177219-
CMYK0.580.6500.14
HSL245.92º66.36%58.04%-
HSV(B)245.92º64.84%85.88%-
XYZ19.7512.6568.42-
YUV97.37196.64123.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 219 (85.94% from 255) = 56.59%
R=23.51%
G=19.90%
B=56.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91772190.580.6500.14245.9266.3658.04
Hex5B4DDB3A410Ef6423a
Octal1331153337210101636610272
Binary1011011100110111011011111010100000101110111101101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,219); }

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

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

 a { background-color: rgb(91,77,219); }

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

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

 span { border-color: rgb(91,77,219); }

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