Html Css Color HEX #5563AC Rich Blue

📋 copy color: '#5563AC'

red 85 ◦ green 99 ◦ blue 172

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

Shades of Rich Blue #5563AC

Tints of Rich Blue #5563AC

RGB

 RED value IS 85 (33.59% from 255) = 23.88%

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 23.88%
G = 27.81%
B = 48.31%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5563AC (or 0x5563AC) is known color: Rich Blue. HEX triplet: 55, 63 and AC. RGB value is (85,99,172). Sum of RGB (Red+Green+Blue) = 85+99+172=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5563AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5563AC is #AA9C53. Grayscale: #666666. Windows color (decimal): -11181140 or 11297621. OLE color: 11297621.

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

Color convert

RGB 85 99 172 -
CMYK 0.51 0.42 0 0.33
HSL 230.34º 0.34% 0.5% -
HSV(B) 230.34º 0.51% 0.67% -
XYZ 15.65 13.83 40.87 -
YUV 103.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 85 99 172 0.51 0.42 0 0.33 230.34 0.34 0.5
Hex 55 63 AC 33 2A 0 21 E6 22 32
Octal 125 143 254 63 52 0 41 346 42 62
Binary 1010101 1100011 10101100 110011 101010 0 100001 11100110 100010 110010

Color Harmonies of #5563AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563AC

Black with #5563AC

Text Example


Text Example

White with #5563AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5563AC;
 }
 .AnyTagClassName
 {
   color: #5563AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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