#564FA5

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

Shades of Rich Blue #564FA5

Tints of Rich Blue #564FA5

Color information

#564FA5 (or 0x564FA5) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and A5. RGB value is (86,79,165). Sum of RGB (Red+Green+Blue) = 86+79+165=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #564FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FA5 is #A9B05A. Grayscale: #5A5A5A. Windows color (decimal): -11120731 or 10833750. OLE color: 10833750.

HSL color Cylindrical-coordinate representation of color #564FA5: hue angle of 244.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564FA5 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8679165-
CMYK0.480.5200.35
HSL244.88º35.25%47.84%-
HSV(B)244.88º52.12%64.71%-
XYZ13.4310.2936.88-
YUV90.9169.82124.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 165 (64.84% from 255) = 50%
R=26.06%
G=23.94%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86791650.480.5200.35244.8835.2547.84
Hex564FA53034023f52330
Octal12611724560640433654360
Binary1010110100111110100101110000110100010001111110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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