Html Css Color HEX #5653CE Slate Blue

📋 copy color: '#5653CE'

red 86 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #5653CE

Tints of Slate Blue #5653CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 22.93%
G = 22.13%
B = 54.93%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5653CE (or 0x5653CE) is known color: Slate Blue. HEX triplet: 56, 53 and CE. RGB value is (86,83,206). Sum of RGB (Red+Green+Blue) = 86+83+206=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5653CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653CE is #A9AC31. Grayscale: #616161. Windows color (decimal): -11119666 or 13521750. OLE color: 13521750.

HSL color Cylindrical-coordinate representation of color #5653CE: hue angle of 241.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5653CE is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 83 206 -
CMYK 0.58 0.60 0 0.19
HSL 241.46º 0.56% 0.57% -
HSV(B) 241.46º 0.6% 0.81% -
XYZ 18.07 12.62 59.88 -
YUV 97.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 86 83 206 0.58 0.60 0 0.19 241.46 0.56 0.57
Hex 56 53 CE 3A 3C 0 13 F1 38 39
Octal 126 123 316 72 74 0 23 361 70 71
Binary 1010110 1010011 11001110 111010 111100 0 10011 11110001 111000 111001

Color Harmonies of #5653CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5653CE

Black with #5653CE

Text Example


Text Example

White with #5653CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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