#565AAA

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

Shades of Rich Blue #565AAA

Tints of Rich Blue #565AAA

Color information

#565AAA (or 0x565AAA) is unknown color: approx Rich Blue. HEX triplet: 56, 5A and AA. RGB value is (86,90,170). Sum of RGB (Red+Green+Blue) = 86+90+170=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #565AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AAA is #A9A555. Grayscale: #616161. Windows color (decimal): -11117910 or 11164246. OLE color: 11164246.

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

Color convert

RGB8690170-
CMYK0.490.4700.33
HSL237.14º33.07%50.2%-
HSV(B)237.14º49.41%66.67%-
XYZ14.7512.1939.61-
YUV97.92168.67119.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=24.86%
G=26.01%
B=49.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86901700.490.4700.33237.1433.0750.2
Hex565AAA312F021ed2132
Octal12613225261570413554162
Binary1010110101101010101010110001101111010000111101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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