#564EBF

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

Shades of Rich Blue #564EBF

Tints of Rich Blue #564EBF

Color information

#564EBF (or 0x564EBF) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and BF. RGB value is (86,78,191). Sum of RGB (Red+Green+Blue) = 86+78+191=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #564EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBF is #A9B140. Grayscale: #5C5C5C. Windows color (decimal): -11120961 or 12537430. OLE color: 12537430.

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

Color convert

RGB8678191-
CMYK0.550.5900.25
HSL244.25º46.89%52.75%-
HSV(B)244.25º59.16%74.9%-
XYZ15.9711.1950.61-
YUV93.27183.15122.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 191 (75% from 255) = 53.80%
R=24.23%
G=21.97%
B=53.80%

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
Decimal86781910.550.5900.25244.2546.8952.75
Hex564EBF373B019f42f35
Octal12611627767730313645765
Binary101011010011101011111111011111101101100111110100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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