#5663AB

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

Shades of Rich Blue #5663AB

Tints of Rich Blue #5663AB

Color information

#5663AB (or 0x5663AB) is unknown color: approx Rich Blue. HEX triplet: 56, 63 and AB. RGB value is (86,99,171). Sum of RGB (Red+Green+Blue) = 86+99+171=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5663AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663AB is #A99C54. Grayscale: #676767. Windows color (decimal): -11115605 or 11232086. OLE color: 11232086.

HSL color Cylindrical-coordinate representation of color #5663AB: hue angle of 230.82º 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 #5663AB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8699171-
CMYK0.500.4200.33
HSL230.82º33.6%50.39%-
HSV(B)230.82º49.71%67.06%-
XYZ15.6513.8440.38-
YUV103.32166.19115.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=24.16%
G=27.81%
B=48.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86991710.500.4200.33230.8233.650.39
Hex5663AB322A021e72232
Octal12614325362520413474262
Binary1010110110001110101011110010101010010000111100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5663AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5663AB; }

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

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

<style>
 a { background-color: #5663AB; }

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

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

<style>
 span { border-color: #5663AB; }

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

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