#5647C2

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

Shades of Slate Blue #5647C2

Tints of Slate Blue #5647C2

Color information

#5647C2 (or 0x5647C2) is unknown color: approx Slate Blue. HEX triplet: 56, 47 and C2. RGB value is (86,71,194). Sum of RGB (Red+Green+Blue) = 86+71+194=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #5647C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647C2 is #A9B83D. Grayscale: #595959. Windows color (decimal): -11122750 or 12732246. OLE color: 12732246.

HSL color Cylindrical-coordinate representation of color #5647C2: hue angle of 247.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5647C2 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8671194-
CMYK0.560.6300.24
HSL247.32º50.2%51.96%-
HSV(B)247.32º63.4%76.08%-
XYZ15.8310.3852.21-
YUV89.51186.97125.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 194 (76.17% from 255) = 55.27%
R=24.50%
G=20.23%
B=55.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86711940.560.6300.24247.3250.251.96
Hex5647C2383F018f73234
Octal12610730270770303676264
Binary101011010001111100001011100011111101100011110111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5647C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5647C2; }

 p { color: rgb(86,71,194); }

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

<style>
 a { background-color: #5647C2; }

 a { background-color: rgb(86,71,194); }

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

<style>
 span { border-color: #5647C2; }

 span { border-color: rgb(86,71,194); }

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