#5061AD

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

Shades of Rich Blue #5061AD

Tints of Rich Blue #5061AD

Color information

#5061AD (or 0x5061AD) is unknown color: approx Rich Blue. HEX triplet: 50, 61 and AD. RGB value is (80,97,173). Sum of RGB (Red+Green+Blue) = 80+97+173=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #5061AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5061AD is #AF9E52. Grayscale: #646464. Windows color (decimal): -11509331 or 11362640. OLE color: 11362640.

HSL color Cylindrical-coordinate representation of color #5061AD: hue angle of 229.03º 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 #5061AD is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8097173-
CMYK0.540.4400.32
HSL229.03º36.76%49.61%-
HSV(B)229.03º53.76%67.84%-
XYZ15.1313.2741.3-
YUV100.58168.87113.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=22.86%
G=27.71%
B=49.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80971730.540.4400.32229.0336.7649.61
Hex5061AD362C020e52532
Octal12014125566540403454562
Binary1010000110000110101101110110101100010000011100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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