Html Css Color HEX #5E50CE Slate Blue

📋 copy color: '#5E50CE'

red 94 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5E50CE

Tints of Slate Blue #5E50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 24.74%
G = 21.05%
B = 54.21%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E50CE (or 0x5E50CE) is known color: Slate Blue. HEX triplet: 5E, 50 and CE. RGB value is (94,80,206). Sum of RGB (Red+Green+Blue) = 94+80+206=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50CE is #A1AF31. Grayscale: #626262. Windows color (decimal): -10596146 or 13520990. OLE color: 13520990.

HSL color Cylindrical-coordinate representation of color #5E50CE: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E50CE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 80 206 -
CMYK 0.54 0.61 0 0.19
HSL 246.67º 0.56% 0.56% -
HSV(B) 246.67º 0.61% 0.81% -
XYZ 18.63 12.57 59.84 -
YUV 98.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 94 80 206 0.54 0.61 0 0.19 246.67 0.56 0.56
Hex 5E 50 CE 36 3D 0 13 F7 38 38
Octal 136 120 316 66 75 0 23 367 70 70
Binary 1011110 1010000 11001110 110110 111101 0 10011 11110111 111000 111000

Color Harmonies of #5E50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50CE

Black with #5E50CE

Text Example


Text Example

White with #5E50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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