#5060A9

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

Shades of Rich Blue #5060A9

Tints of Rich Blue #5060A9

Color information

#5060A9 (or 0x5060A9) is unknown color: approx Rich Blue. HEX triplet: 50, 60 and A9. RGB value is (80,96,169). Sum of RGB (Red+Green+Blue) = 80+96+169=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #5060A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5060A9 is #AF9F56. Grayscale: #636363. Windows color (decimal): -11509591 or 11100240. OLE color: 11100240.

HSL color Cylindrical-coordinate representation of color #5060A9: hue angle of 229.21º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5060A9 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8096169-
CMYK0.530.4300.34
HSL229.21º35.74%48.82%-
HSV(B)229.21º52.66%66.27%-
XYZ14.6512.9439.26-
YUV99.54167.2114.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=23.19%
G=27.83%
B=48.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80961690.530.4300.34229.2135.7448.82
Hex5060A9352B022e52431
Octal12014025165530423454461
Binary1010000110000010101001110101101011010001011100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060A9; }

 p { color: rgb(80,96,169); }

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

<style>
 a { background-color: #5060A9; }

 a { background-color: rgb(80,96,169); }

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

<style>
 span { border-color: #5060A9; }

 span { border-color: rgb(80,96,169); }

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