#564DBF

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

Shades of Rich Blue #564DBF

Tints of Rich Blue #564DBF

Color information

#564DBF (or 0x564DBF) is unknown color: approx Rich Blue. HEX triplet: 56, 4D and BF. RGB value is (86,77,191). Sum of RGB (Red+Green+Blue) = 86+77+191=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #564DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBF is #A9B240. Grayscale: #5C5C5C. Windows color (decimal): -11121217 or 12537174. OLE color: 12537174.

HSL color Cylindrical-coordinate representation of color #564DBF: hue angle of 244.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564DBF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8677191-
CMYK0.550.6000.25
HSL244.74º47.11%52.55%-
HSV(B)244.74º59.69%74.9%-
XYZ15.911.0550.58-
YUV92.69183.48123.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 191 (75% from 255) = 53.95%
R=24.29%
G=21.75%
B=53.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86771910.550.6000.25244.7447.1152.55
Hex564DBF373C019f52f35
Octal12611527767740313655765
Binary101011010011011011111111011111110001100111110101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,191); }

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

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

 a { background-color: rgb(86,77,191); }

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

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

 span { border-color: rgb(86,77,191); }

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