#564BA2

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

Shades of Rich Blue #564BA2

Tints of Rich Blue #564BA2

Color information

#564BA2 (or 0x564BA2) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and A2. RGB value is (86,75,162). Sum of RGB (Red+Green+Blue) = 86+75+162=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #564BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564BA2 is #A9B45D. Grayscale: #575757. Windows color (decimal): -11121758 or 10636118. OLE color: 10636118.

HSL color Cylindrical-coordinate representation of color #564BA2: hue angle of 247.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564BA2 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8675162-
CMYK0.470.5400.36
HSL247.59º36.71%46.47%-
HSV(B)247.59º53.7%63.53%-
XYZ12.889.6235.36-
YUV88.21169.64126.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=26.63%
G=23.22%
B=50.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86751620.470.5400.36247.5936.7146.47
Hex564BA22F36024f8252e
Octal12611324257660443704556
Binary1010110100101110100010101111110110010010011111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,162); }

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

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

 a { background-color: rgb(86,75,162); }

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

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

 span { border-color: rgb(86,75,162); }

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