Html Css Color HEX #5E51DF Slate Blue

📋 copy color: '#5E51DF'

red 94 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #5E51DF

Tints of Slate Blue #5E51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 23.62%
G = 20.35%
B = 56.03%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E51DF (or 0x5E51DF) is known color: Slate Blue. HEX triplet: 5E, 51 and DF. RGB value is (94,81,223). Sum of RGB (Red+Green+Blue) = 94+81+223=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51DF is #A1AE20. Grayscale: #646464. Windows color (decimal): -10595873 or 14635358. OLE color: 14635358.

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

Color convert

RGB 94 81 223 -
CMYK 0.58 0.64 0 0.13
HSL 245.49º 0.69% 0.6% -
HSV(B) 245.49º 0.64% 0.87% -
XYZ 20.88 13.59 71.34 -
YUV 101.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 94 81 223 0.58 0.64 0 0.13 245.49 0.69 0.6
Hex 5E 51 DF 3A 40 0 D F5 45 3C
Octal 136 121 337 72 100 0 15 365 105 74
Binary 1011110 1010001 11011111 111010 1000000 0 1101 11110101 1000101 111100

Color Harmonies of #5E51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51DF

Black with #5E51DF

Text Example


Text Example

White with #5E51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,81,223); }

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

background-color css

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

 a { background-color: rgb(94,81,223); }

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

border-color css

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

 span { border-color: rgb(94,81,223); }

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