#564BC1

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

Shades of Rich Blue #564BC1

Tints of Rich Blue #564BC1

Color information

#564BC1 (or 0x564BC1) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and C1. RGB value is (86,75,193). Sum of RGB (Red+Green+Blue) = 86+75+193=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #564BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BC1 is #A9B43E. Grayscale: #5B5B5B. Windows color (decimal): -11121727 or 12667734. OLE color: 12667734.

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

Color convert

RGB8675193-
CMYK0.550.6100.24
HSL245.59º48.76%52.55%-
HSV(B)245.59º61.14%75.69%-
XYZ15.9810.8651.71-
YUV91.74185.14123.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=24.29%
G=21.19%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86751930.550.6100.24245.5948.7652.55
Hex564BC1373D018f63135
Octal12611330167750303666165
Binary101011010010111100000111011111110101100011110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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