#564BCC

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

Shades of Slate Blue #564BCC

Tints of Slate Blue #564BCC

Color information

#564BCC (or 0x564BCC) is unknown color: approx Slate Blue. HEX triplet: 56, 4B and CC. RGB value is (86,75,204). Sum of RGB (Red+Green+Blue) = 86+75+204=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #564BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BCC is #A9B433. Grayscale: #5C5C5C. Windows color (decimal): -11121716 or 13388630. OLE color: 13388630.

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

Color convert

RGB8675204-
CMYK0.580.6300.2
HSL245.12º55.84%54.71%-
HSV(B)245.12º63.24%80%-
XYZ17.2511.3758.41-
YUV93190.64123.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=23.56%
G=20.55%
B=55.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal86752040.580.6300.2245.1255.8454.71
Hex564BCC3A3F014f53837
Octal12611331472770243657067
Binary101011010010111100110011101011111101010011110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,204); }

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

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

 a { background-color: rgb(86,75,204); }

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

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

 span { border-color: rgb(86,75,204); }

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