#5840DB

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

Shades of Slate Blue #5840DB

Tints of Slate Blue #5840DB

Color information

#5840DB (or 0x5840DB) is unknown color: approx Slate Blue. HEX triplet: 58, 40 and DB. RGB value is (88,64,219). Sum of RGB (Red+Green+Blue) = 88+64+219=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5840DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5840DB is #A7BF24. Grayscale: #585858. Windows color (decimal): -10993445 or 14368856. OLE color: 14368856.

HSL color Cylindrical-coordinate representation of color #5840DB: hue angle of 249.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5840DB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8864219-
CMYK0.600.7100.14
HSL249.29º68.28%55.49%-
HSV(B)249.29º70.78%85.88%-
XYZ18.6410.8668.13-
YUV88.85201.45127.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 219 (85.94% from 255) = 59.03%
R=23.72%
G=17.25%
B=59.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88642190.600.7100.14249.2968.2855.49
Hex5840DB3C470Ef94437
Octal1301003337410701637110467
Binary1011000100000011011011111100100011101110111110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5840DB; }

 p { color: rgb(88,64,219); }

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

<style>
 a { background-color: #5840DB; }

 a { background-color: rgb(88,64,219); }

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

<style>
 span { border-color: #5840DB; }

 span { border-color: rgb(88,64,219); }

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