#5E51DB

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

Shades of Slate Blue #5E51DB

Tints of Slate Blue #5E51DB

Color information

#5E51DB (or 0x5E51DB) is unknown color: approx Slate Blue. HEX triplet: 5E, 51 and DB. RGB value is (94,81,219). Sum of RGB (Red+Green+Blue) = 94+81+219=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51DB is #A1AE24. Grayscale: #646464. Windows color (decimal): -10595877 or 14373214. OLE color: 14373214.

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

Color convert

RGB9481219-
CMYK0.570.6300.14
HSL245.65º65.71%58.82%-
HSV(B)245.65º63.01%85.88%-
XYZ20.3413.3868.53-
YUV100.62194.81123.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 219 (85.94% from 255) = 55.58%
R=23.86%
G=20.56%
B=55.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94812190.570.6300.14245.6565.7158.82
Hex5E51DB393F0Ef6423b
Octal136121333717701636610273
Binary101111010100011101101111100111111101110111101101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E51DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,219); }

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

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

 a { background-color: rgb(94,81,219); }

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

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

 span { border-color: rgb(94,81,219); }

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