Html Css Color HEX #5E55DF Slate Blue

📋 copy color: '#5E55DF'

red 94 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #5E55DF

Tints of Slate Blue #5E55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 23.38%
G = 21.14%
B = 55.47%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E55DF (or 0x5E55DF) is known color: Slate Blue. HEX triplet: 5E, 55 and DF. RGB value is (94,85,223). Sum of RGB (Red+Green+Blue) = 94+85+223=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55DF is #A1AA20. Grayscale: #666666. Windows color (decimal): -10594849 or 14636382. OLE color: 14636382.

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

Color convert

RGB 94 85 223 -
CMYK 0.58 0.62 0 0.13
HSL 243.91º 0.68% 0.6% -
HSV(B) 243.91º 0.62% 0.87% -
XYZ 21.18 14.2 71.44 -
YUV 103.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 94 85 223 0.58 0.62 0 0.13 243.91 0.68 0.6
Hex 5E 55 DF 3A 3E 0 D F4 44 3C
Octal 136 125 337 72 76 0 15 364 104 74
Binary 1011110 1010101 11011111 111010 111110 0 1101 11110100 1000100 111100

Color Harmonies of #5E55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55DF

Black with #5E55DF

Text Example


Text Example

White with #5E55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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