Html Css Color HEX #5E63DC Slate Blue

📋 copy color: '#5E63DC'

red 94 ◦ green 99 ◦ blue 220

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

Shades of Slate Blue #5E63DC

Tints of Slate Blue #5E63DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

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

R = 22.76%
G = 23.97%
B = 53.27%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E63DC (or 0x5E63DC) is known color: Slate Blue. HEX triplet: 5E, 63 and DC. RGB value is (94,99,220). Sum of RGB (Red+Green+Blue) = 94+99+220=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E63DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63DC is #A19C23. Grayscale: #6E6E6E. Windows color (decimal): -10591268 or 14443358. OLE color: 14443358.

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

Color convert

RGB 94 99 220 -
CMYK 0.57 0.55 0 0.14
HSL 237.62º 0.64% 0.62% -
HSV(B) 237.62º 0.57% 0.86% -
XYZ 22 16.47 69.73 -
YUV 111.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 94 99 220 0.57 0.55 0 0.14 237.62 0.64 0.62
Hex 5E 63 DC 39 37 0 E EE 40 3E
Octal 136 143 334 71 67 0 16 356 100 76
Binary 1011110 1100011 11011100 111001 110111 0 1110 11101110 1000000 111110

Color Harmonies of #5E63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63DC

Black with #5E63DC

Text Example


Text Example

White with #5E63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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