#564ECD

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

Shades of Slate Blue #564ECD

Tints of Slate Blue #564ECD

Color information

#564ECD (or 0x564ECD) is unknown color: approx Slate Blue. HEX triplet: 56, 4E and CD. RGB value is (86,78,205). Sum of RGB (Red+Green+Blue) = 86+78+205=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #564ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564ECD is #A9B132. Grayscale: #5E5E5E. Windows color (decimal): -11120947 or 13454934. OLE color: 13454934.

HSL color Cylindrical-coordinate representation of color #564ECD: hue angle of 243.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564ECD is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8678205-
CMYK0.580.6200.20
HSL243.78º55.95%55.49%-
HSV(B)243.78º61.95%80.39%-
XYZ17.5811.8359.12-
YUV94.87190.15121.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=23.31%
G=21.14%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86782050.580.6200.20243.7855.9555.49
Hex564ECD3A3E014f43837
Octal12611631572760243647067
Binary101011010011101100110111101011111001010011110100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,205); }

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

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

 a { background-color: rgb(86,78,205); }

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

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

 span { border-color: rgb(86,78,205); }

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