#565AA7

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

Shades of Rich Blue #565AA7

Tints of Rich Blue #565AA7

Color information

#565AA7 (or 0x565AA7) is unknown color: approx Rich Blue. HEX triplet: 56, 5A and A7. RGB value is (86,90,167). Sum of RGB (Red+Green+Blue) = 86+90+167=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #565AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AA7 is #A9A558. Grayscale: #616161. Windows color (decimal): -11117913 or 10967638. OLE color: 10967638.

HSL color Cylindrical-coordinate representation of color #565AA7: hue angle of 237.04º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #565AA7 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8690167-
CMYK0.490.4600.35
HSL237.04º32.02%49.61%-
HSV(B)237.04º48.5%65.49%-
XYZ14.4712.0838.13-
YUV97.58167.17119.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 167 (65.62% from 255) = 48.69%
R=25.07%
G=26.24%
B=48.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86901670.490.4600.35237.0432.0249.61
Hex565AA7312E023ed2032
Octal12613224761560433554062
Binary1010110101101010100111110001101110010001111101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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