#564BC3

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

Shades of Slate Blue #564BC3

Tints of Slate Blue #564BC3

Color information

#564BC3 (or 0x564BC3) is unknown color: approx Slate Blue. HEX triplet: 56, 4B and C3. RGB value is (86,75,195). Sum of RGB (Red+Green+Blue) = 86+75+195=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #564BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BC3 is #A9B43C. Grayscale: #5B5B5B. Windows color (decimal): -11121725 or 12798806. OLE color: 12798806.

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

Color convert

RGB8675195-
CMYK0.560.6200.24
HSL245.5º50%52.94%-
HSV(B)245.5º61.54%76.47%-
XYZ16.210.9552.89-
YUV91.97186.14123.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 195 (76.56% from 255) = 54.78%
R=24.16%
G=21.07%
B=54.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86751950.560.6200.24245.55052.94
Hex564BC3383E018f63235
Octal12611330370760303666265
Binary101011010010111100001111100011111001100011110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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