#5563AD

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

Shades of Rich Blue #5563AD

Tints of Rich Blue #5563AD

Color information

#5563AD (or 0x5563AD) is unknown color: approx Rich Blue. HEX triplet: 55, 63 and AD. RGB value is (85,99,173). Sum of RGB (Red+Green+Blue) = 85+99+173=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #5563AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5563AD is #AA9C52. Grayscale: #666666. Windows color (decimal): -11181139 or 11363157. OLE color: 11363157.

HSL color Cylindrical-coordinate representation of color #5563AD: hue angle of 230.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5563AD is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8599173-
CMYK0.510.4300.32
HSL230.45º34.92%50.59%-
HSV(B)230.45º50.87%67.84%-
XYZ15.7513.8741.38-
YUV103.25167.36114.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=23.81%
G=27.73%
B=48.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85991730.510.4300.32230.4534.9250.59
Hex5563AD332B020e62333
Octal12514325563530403464363
Binary1010101110001110101101110011101011010000011100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5563AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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