Html Css Color HEX #5E50DD Slate Blue

📋 copy color: '#5E50DD'

red 94 ◦ green 80 ◦ blue 221

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

Shades of Slate Blue #5E50DD

Tints of Slate Blue #5E50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 23.8%
G = 20.25%
B = 55.95%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E50DD (or 0x5E50DD) is known color: Slate Blue. HEX triplet: 5E, 50 and DD. RGB value is (94,80,221). Sum of RGB (Red+Green+Blue) = 94+80+221=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E50DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50DD is #A1AF22. Grayscale: #636363. Windows color (decimal): -10596131 or 14504030. OLE color: 14504030.

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

Color convert

RGB 94 80 221 -
CMYK 0.57 0.64 0 0.13
HSL 245.96º 0.67% 0.59% -
HSV(B) 245.96º 0.64% 0.87% -
XYZ 20.54 13.34 69.9 -
YUV 100.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 94 80 221 0.57 0.64 0 0.13 245.96 0.67 0.59
Hex 5E 50 DD 39 40 0 D F6 43 3B
Octal 136 120 335 71 100 0 15 366 103 73
Binary 1011110 1010000 11011101 111001 1000000 0 1101 11110110 1000011 111011

Color Harmonies of #5E50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50DD

Black with #5E50DD

Text Example


Text Example

White with #5E50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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