Html Css Color HEX #5653CD Slate Blue

📋 copy color: '#5653CD'

red 86 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #5653CD

Tints of Slate Blue #5653CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 22.99%
G = 22.19%
B = 54.81%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5653CD (or 0x5653CD) is known color: Slate Blue. HEX triplet: 56, 53 and CD. RGB value is (86,83,205). Sum of RGB (Red+Green+Blue) = 86+83+205=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5653CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653CD is #A9AC32. Grayscale: #616161. Windows color (decimal): -11119667 or 13456214. OLE color: 13456214.

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

Color convert

RGB 86 83 205 -
CMYK 0.58 0.60 0 0.20
HSL 241.48º 0.55% 0.56% -
HSV(B) 241.48º 0.6% 0.8% -
XYZ 17.95 12.57 59.24 -
YUV 97.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 86 83 205 0.58 0.60 0 0.20 241.48 0.55 0.56
Hex 56 53 CD 3A 3C 0 14 F1 37 38
Octal 126 123 315 72 74 0 24 361 67 70
Binary 1010110 1010011 11001101 111010 111100 0 10100 11110001 110111 111000

Color Harmonies of #5653CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5653CD

Black with #5653CD

Text Example


Text Example

White with #5653CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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