#564AA2

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

Shades of Rich Blue #564AA2

Tints of Rich Blue #564AA2

Color information

#564AA2 (or 0x564AA2) is unknown color: approx Rich Blue. HEX triplet: 56, 4A and A2. RGB value is (86,74,162). Sum of RGB (Red+Green+Blue) = 86+74+162=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #564AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564AA2 is #A9B55D. Grayscale: #575757. Windows color (decimal): -11122014 or 10635862. OLE color: 10635862.

HSL color Cylindrical-coordinate representation of color #564AA2: hue angle of 248.18º 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 #564AA2 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8674162-
CMYK0.470.5400.36
HSL248.18º37.29%46.27%-
HSV(B)248.18º54.32%63.53%-
XYZ12.819.4835.34-
YUV87.62169.98126.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=26.71%
G=22.98%
B=50.31%

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
Decimal86741620.470.5400.36248.1837.2946.27
Hex564AA22F36024f8252e
Octal12611224257660443704556
Binary1010110100101010100010101111110110010010011111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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