Html Css Color HEX #5E50DB Slate Blue

📋 copy color: '#5E50DB'

red 94 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #5E50DB

Tints of Slate Blue #5E50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

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

R = 23.92%
G = 20.36%
B = 55.73%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E50DB (or 0x5E50DB) is known color: Slate Blue. HEX triplet: 5E, 50 and DB. RGB value is (94,80,219). Sum of RGB (Red+Green+Blue) = 94+80+219=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50DB is #A1AF24. Grayscale: #636363. Windows color (decimal): -10596133 or 14372958. OLE color: 14372958.

HSL color Cylindrical-coordinate representation of color #5E50DB: hue angle of 246.04º 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 #5E50DB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 80 219 -
CMYK 0.57 0.63 0 0.14
HSL 246.04º 0.66% 0.59% -
HSV(B) 246.04º 0.63% 0.86% -
XYZ 20.27 13.23 68.5 -
YUV 100.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 94 80 219 0.57 0.63 0 0.14 246.04 0.66 0.59
Hex 5E 50 DB 39 3F 0 E F6 42 3B
Octal 136 120 333 71 77 0 16 366 102 73
Binary 1011110 1010000 11011011 111001 111111 0 1110 11110110 1000010 111011

Color Harmonies of #5E50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50DB

Black with #5E50DB

Text Example


Text Example

White with #5E50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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