#5649CE

Color #5649CE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5649CE

Tints of Slate Blue #5649CE

Color information

#5649CE (or 0x5649CE) is unknown color: approx Slate Blue. HEX triplet: 56, 49 and CE. RGB value is (86,73,206). Sum of RGB (Red+Green+Blue) = 86+73+206=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #5649CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649CE is #A9B631. Grayscale: #5B5B5B. Windows color (decimal): -11122226 or 13519190. OLE color: 13519190.

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

Color convert

RGB8673206-
CMYK0.580.6500.19
HSL245.86º57.58%54.71%-
HSV(B)245.86º64.56%80.78%-
XYZ17.3611.259.64-
YUV92.05192.31123.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 206 (80.86% from 255) = 56.44%
R=23.56%
G=20%
B=56.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86732060.580.6500.19245.8657.5854.71
Hex5649CE3A41013f63a37
Octal126111316721010233667267
Binary1010110100100111001110111010100000101001111110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5649CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5649CE;
 }
 .AnyTagClassName
 {
   color: #5649CE;
 }
</style>
background-color css

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

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

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

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

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

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