#5053AC

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

Shades of Rich Blue #5053AC

Tints of Rich Blue #5053AC

Color information

#5053AC (or 0x5053AC) is unknown color: approx Rich Blue. HEX triplet: 50, 53 and AC. RGB value is (80,83,172). Sum of RGB (Red+Green+Blue) = 80+83+172=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #5053AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5053AC is #AFAC53. Grayscale: #5B5B5B. Windows color (decimal): -11512916 or 11293520. OLE color: 11293520.

HSL color Cylindrical-coordinate representation of color #5053AC: hue angle of 238.04º degrees, saturation: 0.37, 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 #5053AC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8083172-
CMYK0.530.5200.33
HSL238.04º36.51%49.41%-
HSV(B)238.04º53.49%67.45%-
XYZ13.8510.8740.4-
YUV92.25173.01119.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=23.88%
G=24.78%
B=51.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80831720.530.5200.33238.0436.5149.41
Hex5053AC3534021ee2531
Octal12012325465640413564561
Binary1010000101001110101100110101110100010000111101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5053AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5053AC; }

 p { color: rgb(80,83,172); }

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

<style>
 a { background-color: #5053AC; }

 a { background-color: rgb(80,83,172); }

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

<style>
 span { border-color: #5053AC; }

 span { border-color: rgb(80,83,172); }

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