Html Css Color HEX #5E54DC Slate Blue

📋 copy color: '#5E54DC'

red 94 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #5E54DC

Tints of Slate Blue #5E54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 23.62%
G = 21.11%
B = 55.28%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E54DC (or 0x5E54DC) is known color: Slate Blue. HEX triplet: 5E, 54 and DC. RGB value is (94,84,220). Sum of RGB (Red+Green+Blue) = 94+84+220=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54DC is #A1AB23. Grayscale: #656565. Windows color (decimal): -10595108 or 14439518. OLE color: 14439518.

HSL color Cylindrical-coordinate representation of color #5E54DC: hue angle of 244.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E54DC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 84 220 -
CMYK 0.57 0.62 0 0.14
HSL 244.41º 0.66% 0.6% -
HSV(B) 244.41º 0.62% 0.86% -
XYZ 20.7 13.89 69.3 -
YUV 102.49 194.31 121.94 -
System Red Green Blue C M Y K H S L
Decimal 94 84 220 0.57 0.62 0 0.14 244.41 0.66 0.6
Hex 5E 54 DC 39 3E 0 E F4 42 3C
Octal 136 124 334 71 76 0 16 364 102 74
Binary 1011110 1010100 11011100 111001 111110 0 1110 11110100 1000010 111100

Color Harmonies of #5E54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54DC

Black with #5E54DC

Text Example


Text Example

White with #5E54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,84,220); }

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

background-color css

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

 a { background-color: rgb(94,84,220); }

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

border-color css

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

 span { border-color: rgb(94,84,220); }

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