#5654E1

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

Shades of Slate Blue #5654E1

Tints of Slate Blue #5654E1

Color information

#5654E1 (or 0x5654E1) is unknown color: approx Slate Blue. HEX triplet: 56, 54 and E1. RGB value is (86,84,225). Sum of RGB (Red+Green+Blue) = 86+84+225=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #5654E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654E1 is #A9AB1E. Grayscale: #646464. Windows color (decimal): -11119391 or 14767190. OLE color: 14767190.

HSL color Cylindrical-coordinate representation of color #5654E1: hue angle of 240.85º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5654E1 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8684225-
CMYK0.620.6300.12
HSL240.85º70.15%60.59%-
HSV(B)240.85º62.67%88.24%-
XYZ20.613.7672.8-
YUV100.67198.16117.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=21.77%
G=21.27%
B=56.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal86842250.620.6300.12240.8570.1560.59
Hex5654E13E3F0Cf1463d
Octal126124341767701436110675
Binary101011010101001110000111111011111101100111100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5654E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5654E1; }

 p { color: rgb(86,84,225); }

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

<style>
 a { background-color: #5654E1; }

 a { background-color: rgb(86,84,225); }

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

<style>
 span { border-color: #5654E1; }

 span { border-color: rgb(86,84,225); }

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