#5B4FDB

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

Shades of Slate Blue #5B4FDB

Tints of Slate Blue #5B4FDB

Color information

#5B4FDB (or 0x5B4FDB) is unknown color: approx Slate Blue. HEX triplet: 5B, 4F and DB. RGB value is (91,79,219). Sum of RGB (Red+Green+Blue) = 91+79+219=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FDB is #A4B024. Grayscale: #626262. Windows color (decimal): -10792997 or 14372699. OLE color: 14372699.

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

Color convert

RGB9179219-
CMYK0.580.6400.14
HSL245.14º66.04%58.43%-
HSV(B)245.14º63.93%85.88%-
XYZ19.912.9368.47-
YUV98.55195.98122.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.39%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=23.39%
G=20.31%
B=56.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91792190.580.6400.14245.1466.0458.43
Hex5B4FDB3A400Ef5423a
Octal1331173337210001636510272
Binary1011011100111111011011111010100000001110111101011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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