#5056AA

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

Shades of Rich Blue #5056AA

Tints of Rich Blue #5056AA

Color information

#5056AA (or 0x5056AA) is unknown color: approx Rich Blue. HEX triplet: 50, 56 and AA. RGB value is (80,86,170). Sum of RGB (Red+Green+Blue) = 80+86+170=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5056AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5056AA is #AFA955. Grayscale: #5D5D5D. Windows color (decimal): -11512150 or 11163216. OLE color: 11163216.

HSL color Cylindrical-coordinate representation of color #5056AA: hue angle of 236º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5056AA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8086170-
CMYK0.530.4900.33
HSL236º36%49.02%-
HSV(B)236º52.94%66.67%-
XYZ13.8911.2639.47-
YUV93.78171.01118.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=23.81%
G=25.60%
B=50.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80861700.530.4900.332363649.02
Hex5056AA3531021ec2431
Octal12012625265610413544461
Binary1010000101011010101010110101110001010000111101100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5056AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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