Html Css Color HEX #5056AD Rich Blue

📋 copy color: '#5056AD'

red 80 ◦ green 86 ◦ blue 173

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

Shades of Rich Blue #5056AD

Tints of Rich Blue #5056AD

RGB

 RED value IS 80 (31.64% from 255) = 23.6%

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 23.6%
G = 25.37%
B = 51.03%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5056AD (or 0x5056AD) is known color: Rich Blue. HEX triplet: 50, 56 and AD. RGB value is (80,86,173). Sum of RGB (Red+Green+Blue) = 80+86+173=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #5056AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5056AD is #AFA952. Grayscale: #5D5D5D. Windows color (decimal): -11512147 or 11359824. OLE color: 11359824.

HSL color Cylindrical-coordinate representation of color #5056AD: hue angle of 236.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5056AD is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 86 173 -
CMYK 0.54 0.50 0 0.32
HSL 236.13º 0.37% 0.5% -
HSV(B) 236.13º 0.54% 0.68% -
XYZ 14.18 11.38 40.98 -
YUV 94.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 80 86 173 0.54 0.50 0 0.32 236.13 0.37 0.5
Hex 50 56 AD 36 32 0 20 EC 25 32
Octal 120 126 255 66 62 0 40 354 45 62
Binary 1010000 1010110 10101101 110110 110010 0 100000 11101100 100101 110010

Color Harmonies of #5056AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056AD

Black with #5056AD

Text Example


Text Example

White with #5056AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,86,173); }

 H1.HeaderClassName
 {
   color: #5056AD;
 }
 .AnyTagClassName
 {
   color: #5056AD;
 }
</style>

background-color css

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

 a { background-color: rgb(80,86,173); }

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

border-color css

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

 span { border-color: rgb(80,86,173); }

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