#5041AC

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

Shades of Rich Blue #5041AC

Tints of Rich Blue #5041AC

Color information

#5041AC (or 0x5041AC) is unknown color: approx Rich Blue. HEX triplet: 50, 41 and AC. RGB value is (80,65,172). Sum of RGB (Red+Green+Blue) = 80+65+172=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5041AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5041AC is #AFBE53. Grayscale: #515151. Windows color (decimal): -11517524 or 11288912. OLE color: 11288912.

HSL color Cylindrical-coordinate representation of color #5041AC: hue angle of 248.41º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5041AC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8065172-
CMYK0.530.6200.33
HSL248.41º45.15%46.47%-
HSV(B)248.41º62.21%67.45%-
XYZ12.648.4640-
YUV81.68178.97126.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=25.24%
G=20.50%
B=54.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80651720.530.6200.33248.4145.1546.47
Hex5041AC353E021f82d2e
Octal12010125465760413705556
Binary1010000100000110101100110101111110010000111111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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