Html Css Color HEX #5650CE Slate Blue

📋 copy color: '#5650CE'

red 86 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5650CE

Tints of Slate Blue #5650CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 23.12%
G = 21.51%
B = 55.38%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5650CE (or 0x5650CE) is known color: Slate Blue. HEX triplet: 56, 50 and CE. RGB value is (86,80,206). Sum of RGB (Red+Green+Blue) = 86+80+206=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5650CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650CE is #A9AF31. Grayscale: #5F5F5F. Windows color (decimal): -11120434 or 13520982. OLE color: 13520982.

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

Color convert

RGB 86 80 206 -
CMYK 0.58 0.61 0 0.19
HSL 242.86º 0.56% 0.56% -
HSV(B) 242.86º 0.61% 0.81% -
XYZ 17.85 12.17 59.8 -
YUV 96.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 86 80 206 0.58 0.61 0 0.19 242.86 0.56 0.56
Hex 56 50 CE 3A 3D 0 13 F3 38 38
Octal 126 120 316 72 75 0 23 363 70 70
Binary 1010110 1010000 11001110 111010 111101 0 10011 11110011 111000 111000

Color Harmonies of #5650CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5650CE

Black with #5650CE

Text Example


Text Example

White with #5650CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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