#5641d2

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

Shades of Slate Blue #5641D2

Tints of Slate Blue #5641D2

Color information

#5641D2 (or 0x5641D2) is unknown color: approx Slate Blue. HEX triplet: 56, 41 and D2. RGB value is (86,65,210). Sum of RGB (Red+Green+Blue) = 86+65+210=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #5641D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641D2 is #A9BE2D. Grayscale: #575757. Windows color (decimal): -11124270 or 13779286. OLE color: 13779286.

HSL color Cylindrical-coordinate representation of color #5641D2: hue angle of 248.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5641D2 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8665210-
CMYK0.590.6900.18
HSL248.69º61.7%53.92%-
HSV(B)248.69º69.05%82.35%-
XYZ17.3610.4162.07-
YUV87.81196.96126.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 210 (82.42% from 255) = 58.17%
R=23.82%
G=18.01%
B=58.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86652100.590.6900.18248.6961.753.92
Hex5641D23B45012f93e36
Octal126101322731050223717666
Binary1010110100000111010010111011100010101001011111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5641d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5641d2; }

 p { color: rgb(86,65,210); }

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

<style>
 a { background-color: #5641d2; }

 a { background-color: rgb(86,65,210); }

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

<style>
 span { border-color: #5641d2; }

 span { border-color: rgb(86,65,210); }

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