#564CCA

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

Shades of Slate Blue #564CCA

Tints of Slate Blue #564CCA

Color information

#564CCA (or 0x564CCA) is unknown color: approx Slate Blue. HEX triplet: 56, 4C and CA. RGB value is (86,76,202). Sum of RGB (Red+Green+Blue) = 86+76+202=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #564CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CCA is #A9B335. Grayscale: #5C5C5C. Windows color (decimal): -11121462 or 13257814. OLE color: 13257814.

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

Color convert

RGB8676202-
CMYK0.570.6200.21
HSL244.76º54.31%54.51%-
HSV(B)244.76º62.38%79.22%-
XYZ17.0811.4157.18-
YUV93.35189.31122.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=23.63%
G=20.88%
B=55.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86762020.570.6200.21244.7654.3154.51
Hex564CCA393E015f53637
Octal12611431271760253656667
Binary101011010011001100101011100111111001010111110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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