#564fd3

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

Shades of Slate Blue #564FD3

Tints of Slate Blue #564FD3

Color information

#564FD3 (or 0x564FD3) is unknown color: approx Slate Blue. HEX triplet: 56, 4F and D3. RGB value is (86,79,211). Sum of RGB (Red+Green+Blue) = 86+79+211=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #564FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FD3 is #A9B02C. Grayscale: #5F5F5F. Windows color (decimal): -11120685 or 13848406. OLE color: 13848406.

HSL color Cylindrical-coordinate representation of color #564FD3: hue angle of 243.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564FD3 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8679211-
CMYK0.590.6300.17
HSL243.18º60%56.86%-
HSV(B)243.18º62.56%82.75%-
XYZ18.3912.2763.03-
YUV96.14192.82120.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 211 (82.81% from 255) = 56.12%
R=22.87%
G=21.01%
B=56.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal86792110.590.6300.17243.186056.86
Hex564FD33B3F011f33c39
Octal12611732373770213637471
Binary101011010011111101001111101111111101000111110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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