#564FE1

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

Shades of Slate Blue #564FE1

Tints of Slate Blue #564FE1

Color information

#564FE1 (or 0x564FE1) is unknown color: approx Slate Blue. HEX triplet: 56, 4F and E1. RGB value is (86,79,225). Sum of RGB (Red+Green+Blue) = 86+79+225=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #564FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FE1 is #A9B01E. Grayscale: #616161. Windows color (decimal): -11120671 or 14765910. OLE color: 14765910.

HSL color Cylindrical-coordinate representation of color #564FE1: hue angle of 242.88º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564FE1 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8679225-
CMYK0.620.6500.12
HSL242.88º70.87%59.61%-
HSV(B)242.88º64.89%88.24%-
XYZ20.2213.0172.68-
YUV97.74199.82119.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 225 (88.28% from 255) = 57.69%
R=22.05%
G=20.26%
B=57.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal86792250.620.6500.12242.8870.8759.61
Hex564FE13E410Cf3473c
Octal1261173417610101436310774
Binary1010110100111111100001111110100000101100111100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564FE1; }

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

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

<style>
 a { background-color: #564FE1; }

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

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

<style>
 span { border-color: #564FE1; }

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

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