Html Css Color HEX #5653DF Slate Blue

📋 copy color: '#5653DF'

red 86 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #5653DF

Tints of Slate Blue #5653DF

RGB

 RED value IS 86 (33.98% from 255) = 21.94%

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 21.94%
G = 21.17%
B = 56.89%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5653DF (or 0x5653DF) is known color: Slate Blue. HEX triplet: 56, 53 and DF. RGB value is (86,83,223). Sum of RGB (Red+Green+Blue) = 86+83+223=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #5653DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653DF is #A9AC20. Grayscale: #636363. Windows color (decimal): -11119649 or 14635862. OLE color: 14635862.

HSL color Cylindrical-coordinate representation of color #5653DF: hue angle of 241.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5653DF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 83 223 -
CMYK 0.61 0.63 0 0.13
HSL 241.29º 0.69% 0.6% -
HSV(B) 241.29º 0.63% 0.87% -
XYZ 20.25 13.49 71.35 -
YUV 99.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 86 83 223 0.61 0.63 0 0.13 241.29 0.69 0.6
Hex 56 53 DF 3D 3F 0 D F1 45 3C
Octal 126 123 337 75 77 0 15 361 105 74
Binary 1010110 1010011 11011111 111101 111111 0 1101 11110001 1000101 111100

Color Harmonies of #5653DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5653DF

Black with #5653DF

Text Example


Text Example

White with #5653DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5653DF; }

 p { color: rgb(86,83,223); }

 H1.HeaderClassName
 {
   color: #5653DF;
 }
 .AnyTagClassName
 {
   color: #5653DF;
 }
</style>

background-color css

<style>
 a { background-color: #5653DF; }

 a { background-color: rgb(86,83,223); }

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

border-color css

<style>
 span { border-color: #5653DF; }

 span { border-color: rgb(86,83,223); }

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