#5563AA

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

Shades of Rich Blue #5563AA

Tints of Rich Blue #5563AA

Color information

#5563AA (or 0x5563AA) is unknown color: approx Rich Blue. HEX triplet: 55, 63 and AA. RGB value is (85,99,170). Sum of RGB (Red+Green+Blue) = 85+99+170=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5563AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5563AA is #AA9C55. Grayscale: #666666. Windows color (decimal): -11181142 or 11166549. OLE color: 11166549.

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

Color convert

RGB8599170-
CMYK0.500.4200.33
HSL230.12º33.33%50%-
HSV(B)230.12º50%66.67%-
XYZ15.4613.7639.87-
YUV102.91165.86115.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=24.01%
G=27.97%
B=48.02%

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
Decimal85991700.500.4200.33230.1233.3350
Hex5563AA322A021e62132
Octal12514325262520413464162
Binary1010101110001110101010110010101010010000111100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5563AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5563AA; }

 p { color: rgb(85,99,170); }

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

<style>
 a { background-color: #5563AA; }

 a { background-color: rgb(85,99,170); }

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

<style>
 span { border-color: #5563AA; }

 span { border-color: rgb(85,99,170); }

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