Html Css Color HEX #5563AD Rich Blue

📋 copy color: '#5563AD'

red 85 ◦ green 99 ◦ blue 173

#5563AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5563AD

Tints of Rich Blue #5563AD

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 value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5563AD (or 0x5563AD) is known color: 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

RGB 85 99 173 -
CMYK 0.51 0.43 0 0.32
HSL 230.45º 0.35% 0.51% -
HSV(B) 230.45º 0.51% 0.68% -
XYZ 15.75 13.87 41.38 -
YUV 103.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 85 99 173 0.51 0.43 0 0.32 230.45 0.35 0.51
Hex 55 63 AD 33 2B 0 20 E6 23 33
Octal 125 143 255 63 53 0 40 346 43 63
Binary 1010101 1100011 10101101 110011 101011 0 100000 11100110 100011 110011

Color Harmonies of #5563AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563AD

Black with #5563AD

Text Example


Text Example

White with #5563AD

Text Example


Text Example

HTML Codes & Css Web 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>