Html Css Color HEX #5D63DF Slate Blue

📋 copy color: '#5D63DF'

red 93 ◦ green 99 ◦ blue 223

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

Shades of Slate Blue #5D63DF

Tints of Slate Blue #5D63DF

RGB

 RED value IS 93 (36.72% from 255) = 22.41%

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

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

R = 22.41%
G = 23.86%
B = 53.73%

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

#5D63DF (or 0x5D63DF) is known color: Slate Blue. HEX triplet: 5D, 63 and DF. RGB value is (93,99,223). Sum of RGB (Red+Green+Blue) = 93+99+223=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D63DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63DF is #A29C20. Grayscale: #6E6E6E. Windows color (decimal): -10656801 or 14639965. OLE color: 14639965.

HSL color Cylindrical-coordinate representation of color #5D63DF: hue angle of 237.23º 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 #5D63DF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 99 223 -
CMYK 0.58 0.56 0 0.13
HSL 237.23º 0.67% 0.62% -
HSV(B) 237.23º 0.58% 0.87% -
XYZ 22.3 16.58 71.84 -
YUV 111.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 93 99 223 0.58 0.56 0 0.13 237.23 0.67 0.62
Hex 5D 63 DF 3A 38 0 D ED 43 3E
Octal 135 143 337 72 70 0 15 355 103 76
Binary 1011101 1100011 11011111 111010 111000 0 1101 11101101 1000011 111110

Color Harmonies of #5D63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D63DF

Black with #5D63DF

Text Example


Text Example

White with #5D63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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