#5059AD

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

Shades of Rich Blue #5059AD

Tints of Rich Blue #5059AD

Color information

#5059AD (or 0x5059AD) is unknown color: approx Rich Blue. HEX triplet: 50, 59 and AD. RGB value is (80,89,173). Sum of RGB (Red+Green+Blue) = 80+89+173=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5059AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5059AD is #AFA652. Grayscale: #5F5F5F. Windows color (decimal): -11511379 or 11360592. OLE color: 11360592.

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

Color convert

RGB8089173-
CMYK0.540.4900.32
HSL234.19º36.76%49.61%-
HSV(B)234.19º53.76%67.84%-
XYZ14.4211.8741.07-
YUV95.88171.52116.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=23.39%
G=26.02%
B=50.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80891730.540.4900.32234.1936.7649.61
Hex5059AD3631020ea2532
Octal12013125566610403524562
Binary1010000101100110101101110110110001010000011101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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