#565AAB

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

Shades of Rich Blue #565AAB

Tints of Rich Blue #565AAB

Color information

#565AAB (or 0x565AAB) is unknown color: approx Rich Blue. HEX triplet: 56, 5A and AB. RGB value is (86,90,171). Sum of RGB (Red+Green+Blue) = 86+90+171=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #565AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AAB is #A9A554. Grayscale: #616161. Windows color (decimal): -11117909 or 11229782. OLE color: 11229782.

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

Color convert

RGB8690171-
CMYK0.500.4700.33
HSL237.18º33.6%50.39%-
HSV(B)237.18º49.71%67.06%-
XYZ14.8412.2340.11-
YUV98.04169.17119.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=24.78%
G=25.94%
B=49.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86901710.500.4700.33237.1833.650.39
Hex565AAB322F021ed2232
Octal12613225362570413554262
Binary1010110101101010101011110010101111010000111101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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