#564AC5

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

Shades of Slate Blue #564AC5

Tints of Slate Blue #564AC5

Color information

#564AC5 (or 0x564AC5) is unknown color: approx Slate Blue. HEX triplet: 56, 4A and C5. RGB value is (86,74,197). Sum of RGB (Red+Green+Blue) = 86+74+197=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #564AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564AC5 is #A9B53A. Grayscale: #5B5B5B. Windows color (decimal): -11121979 or 12929622. OLE color: 12929622.

HSL color Cylindrical-coordinate representation of color #564AC5: hue angle of 245.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564AC5 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8674197-
CMYK0.560.6200.23
HSL245.85º51.46%53.14%-
HSV(B)245.85º62.44%77.25%-
XYZ16.3610.9154.07-
YUV91.61187.48124-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 197 (77.34% from 255) = 55.18%
R=24.09%
G=20.73%
B=55.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86741970.560.6200.23245.8551.4653.14
Hex564AC5383E017f63335
Octal12611230570760273666365
Binary101011010010101100010111100011111001011111110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,197); }

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

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

 a { background-color: rgb(86,74,197); }

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

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

 span { border-color: rgb(86,74,197); }

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