Html Css Color HEX #5663AC Rich Blue

📋 copy color: '#5663AC'

red 86 ◦ green 99 ◦ blue 172

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

Shades of Rich Blue #5663AC

Tints of Rich Blue #5663AC

RGB

 RED value IS 86 (33.98% from 255) = 24.09%

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

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

R = 24.09%
G = 27.73%
B = 48.18%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5663AC (or 0x5663AC) is known color: Rich Blue. HEX triplet: 56, 63 and AC. RGB value is (86,99,172). Sum of RGB (Red+Green+Blue) = 86+99+172=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5663AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663AC is #A99C53. Grayscale: #676767. Windows color (decimal): -11115604 or 11297622. OLE color: 11297622.

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

Color convert

RGB 86 99 172 -
CMYK 0.5 0.42 0 0.33
HSL 230.93º 0.34% 0.51% -
HSV(B) 230.93º 0.5% 0.67% -
XYZ 15.75 13.88 40.88 -
YUV 103.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 86 99 172 0.5 0.42 0 0.33 230.93 0.34 0.51
Hex 56 63 AC 32 2A 0 21 E7 22 33
Octal 126 143 254 62 52 0 41 347 42 63
Binary 1010110 1100011 10101100 110010 101010 0 100001 11100111 100010 110011

Color Harmonies of #5663AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663AC

Black with #5663AC

Text Example


Text Example

White with #5663AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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