#564FBF

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

Shades of Rich Blue #564FBF

Tints of Rich Blue #564FBF

Color information

#564FBF (or 0x564FBF) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and BF. RGB value is (86,79,191). Sum of RGB (Red+Green+Blue) = 86+79+191=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #564FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FBF is #A9B040. Grayscale: #5D5D5D. Windows color (decimal): -11120705 or 12537686. OLE color: 12537686.

HSL color Cylindrical-coordinate representation of color #564FBF: hue angle of 243.75º 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 #564FBF is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8679191-
CMYK0.550.5900.25
HSL243.75º46.67%52.94%-
HSV(B)243.75º58.64%74.9%-
XYZ16.0411.3350.63-
YUV93.86182.82122.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 191 (75% from 255) = 53.65%
R=24.16%
G=22.19%
B=53.65%

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
Decimal86791910.550.5900.25243.7546.6752.94
Hex564FBF373B019f42f35
Octal12611727767730313645765
Binary101011010011111011111111011111101101100111110100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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