Html Css Color HEX #5E53DF Slate Blue

📋 copy color: '#5E53DF'

red 94 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #5E53DF

Tints of Slate Blue #5E53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 23.5%
G = 20.75%
B = 55.75%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E53DF (or 0x5E53DF) is known color: Slate Blue. HEX triplet: 5E, 53 and DF. RGB value is (94,83,223). Sum of RGB (Red+Green+Blue) = 94+83+223=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53DF is #A1AC20. Grayscale: #656565. Windows color (decimal): -10595361 or 14635870. OLE color: 14635870.

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

Color convert

RGB 94 83 223 -
CMYK 0.58 0.63 0 0.13
HSL 244.71º 0.69% 0.6% -
HSV(B) 244.71º 0.63% 0.87% -
XYZ 21.03 13.89 71.39 -
YUV 102.25 196.14 122.12 -
System Red Green Blue C M Y K H S L
Decimal 94 83 223 0.58 0.63 0 0.13 244.71 0.69 0.6
Hex 5E 53 DF 3A 3F 0 D F5 45 3C
Octal 136 123 337 72 77 0 15 365 105 74
Binary 1011110 1010011 11011111 111010 111111 0 1101 11110101 1000101 111100

Color Harmonies of #5E53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E53DF

Black with #5E53DF

Text Example


Text Example

White with #5E53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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