Html Css Color HEX #5E59DB Slate Blue

📋 copy color: '#5E59DB'

red 94 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #5E59DB

Tints of Slate Blue #5E59DB

RGB

 RED value IS 94 (37.11% from 255) = 23.38%

 GREEN value IS 89 (35.16% from 255) = 22.14%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 23.38%
G = 22.14%
B = 54.48%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E59DB (or 0x5E59DB) is known color: Slate Blue. HEX triplet: 5E, 59 and DB. RGB value is (94,89,219). Sum of RGB (Red+Green+Blue) = 94+89+219=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E59DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59DB is #A1A624. Grayscale: #686868. Windows color (decimal): -10593829 or 14375262. OLE color: 14375262.

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

Color convert

RGB 94 89 219 -
CMYK 0.57 0.59 0 0.14
HSL 242.31º 0.64% 0.6% -
HSV(B) 242.31º 0.59% 0.86% -
XYZ 20.97 14.64 68.74 -
YUV 105.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 94 89 219 0.57 0.59 0 0.14 242.31 0.64 0.6
Hex 5E 59 DB 39 3B 0 E F2 40 3C
Octal 136 131 333 71 73 0 16 362 100 74
Binary 1011110 1011001 11011011 111001 111011 0 1110 11110010 1000000 111100

Color Harmonies of #5E59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59DB

Black with #5E59DB

Text Example


Text Example

White with #5E59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E59DB;
 }
 .AnyTagClassName
 {
   color: #5E59DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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