Html Css Color HEX #5840DB Slate Blue

📋 copy color: '#5840DB'

red 88 ◦ green 64 ◦ blue 219

#5840DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5840DB

Tints of Slate Blue #5840DB

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 value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5840DB (or 0x5840DB) is known color: 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

RGB 88 64 219 -
CMYK 0.60 0.71 0 0.14
HSL 249.29º 0.68% 0.55% -
HSV(B) 249.29º 0.71% 0.86% -
XYZ 18.64 10.86 68.13 -
YUV 88.85 201.45 127.4 -
System Red Green Blue C M Y K H S L
Decimal 88 64 219 0.60 0.71 0 0.14 249.29 0.68 0.55
Hex 58 40 DB 3C 47 0 E F9 44 37
Octal 130 100 333 74 107 0 16 371 104 67
Binary 1011000 1000000 11011011 111100 1000111 0 1110 11111001 1000100 110111

Color Harmonies of #5840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840DB

Black with #5840DB

Text Example


Text Example

White with #5840DB

Text Example


Text Example

HTML Codes & Css Web 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>