Html Css Color HEX #5E63DF Slate Blue

📋 copy color: '#5E63DF'

red 94 ◦ green 99 ◦ blue 223

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

Shades of Slate Blue #5E63DF

Tints of Slate Blue #5E63DF

RGB

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

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

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

R = 22.6%
G = 23.8%
B = 53.61%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E63DF (or 0x5E63DF) is known color: Slate Blue. HEX triplet: 5E, 63 and DF. RGB value is (94,99,223). Sum of RGB (Red+Green+Blue) = 94+99+223=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E63DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63DF is #A19C20. Grayscale: #6F6F6F. Windows color (decimal): -10591265 or 14639966. OLE color: 14639966.

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

Color convert

RGB 94 99 223 -
CMYK 0.58 0.56 0 0.13
HSL 237.67º 0.67% 0.62% -
HSV(B) 237.67º 0.58% 0.87% -
XYZ 22.4 16.63 71.84 -
YUV 111.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 94 99 223 0.58 0.56 0 0.13 237.67 0.67 0.62
Hex 5E 63 DF 3A 38 0 D EE 43 3E
Octal 136 143 337 72 70 0 15 356 103 76
Binary 1011110 1100011 11011111 111010 111000 0 1101 11101110 1000011 111110

Color Harmonies of #5E63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63DF

Black with #5E63DF

Text Example


Text Example

White with #5E63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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