Html Css Color HEX #5645CE Slate Blue

📋 copy color: '#5645CE'

red 86 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #5645CE

Tints of Slate Blue #5645CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 23.82%
G = 19.11%
B = 57.06%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5645CE (or 0x5645CE) is known color: Slate Blue. HEX triplet: 56, 45 and CE. RGB value is (86,69,206). Sum of RGB (Red+Green+Blue) = 86+69+206=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5645CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645CE is #A9BA31. Grayscale: #595959. Windows color (decimal): -11123250 or 13518166. OLE color: 13518166.

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

Color convert

RGB 86 69 206 -
CMYK 0.58 0.67 0 0.19
HSL 247.45º 0.58% 0.54% -
HSV(B) 247.45º 0.67% 0.81% -
XYZ 17.11 10.69 59.55 -
YUV 89.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 86 69 206 0.58 0.67 0 0.19 247.45 0.58 0.54
Hex 56 45 CE 3A 43 0 13 F7 3A 36
Octal 126 105 316 72 103 0 23 367 72 66
Binary 1010110 1000101 11001110 111010 1000011 0 10011 11110111 111010 110110

Color Harmonies of #5645CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5645CE

Black with #5645CE

Text Example


Text Example

White with #5645CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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