#565AA9

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

Shades of Rich Blue #565AA9

Tints of Rich Blue #565AA9

Color information

#565AA9 (or 0x565AA9) is unknown color: approx Rich Blue. HEX triplet: 56, 5A and A9. RGB value is (86,90,169). Sum of RGB (Red+Green+Blue) = 86+90+169=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #565AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AA9 is #A9A556. Grayscale: #616161. Windows color (decimal): -11117911 or 11098710. OLE color: 11098710.

HSL color Cylindrical-coordinate representation of color #565AA9: hue angle of 237.11º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #565AA9 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8690169-
CMYK0.490.4700.34
HSL237.11º32.55%50%-
HSV(B)237.11º49.11%66.27%-
XYZ14.6612.1639.11-
YUV97.81168.17119.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=24.93%
G=26.09%
B=48.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86901690.490.4700.34237.1132.5550
Hex565AA9312F022ed2132
Octal12613225161570423554162
Binary1010110101101010101001110001101111010001011101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565AA9; }

 p { color: rgb(86,90,169); }

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

<style>
 a { background-color: #565AA9; }

 a { background-color: rgb(86,90,169); }

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

<style>
 span { border-color: #565AA9; }

 span { border-color: rgb(86,90,169); }

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