#564ACA

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

Shades of Slate Blue #564ACA

Tints of Slate Blue #564ACA

Color information

#564ACA (or 0x564ACA) is unknown color: approx Slate Blue. HEX triplet: 56, 4A and CA. RGB value is (86,74,202). Sum of RGB (Red+Green+Blue) = 86+74+202=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #564ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ACA is #A9B535. Grayscale: #5B5B5B. Windows color (decimal): -11121974 or 13257302. OLE color: 13257302.

HSL color Cylindrical-coordinate representation of color #564ACA: hue angle of 245.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564ACA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8674202-
CMYK0.570.6300.21
HSL245.62º54.7%54.12%-
HSV(B)245.62º63.37%79.22%-
XYZ16.9511.1457.13-
YUV92.18189.98123.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=23.76%
G=20.44%
B=55.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86742020.570.6300.21245.6254.754.12
Hex564ACA393F015f63736
Octal12611231271770253666766
Binary101011010010101100101011100111111101010111110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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