#564DBE

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

Shades of Rich Blue #564DBE

Tints of Rich Blue #564DBE

Color information

#564DBE (or 0x564DBE) is unknown color: approx Rich Blue. HEX triplet: 56, 4D and BE. RGB value is (86,77,190). Sum of RGB (Red+Green+Blue) = 86+77+190=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #564DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBE is #A9B241. Grayscale: #5C5C5C. Windows color (decimal): -11121218 or 12471638. OLE color: 12471638.

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

Color convert

RGB8677190-
CMYK0.550.5900.25
HSL244.78º46.5%52.35%-
HSV(B)244.78º59.47%74.51%-
XYZ15.791150.01-
YUV92.57182.98123.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=24.36%
G=21.81%
B=53.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86771900.550.5900.25244.7846.552.35
Hex564DBE373B019f52f34
Octal12611527667730313655764
Binary101011010011011011111011011111101101100111110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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