#5041B4

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

Shades of Rich Blue #5041B4

Tints of Rich Blue #5041B4

Color information

#5041B4 (or 0x5041B4) is unknown color: approx Rich Blue. HEX triplet: 50, 41 and B4. RGB value is (80,65,180). Sum of RGB (Red+Green+Blue) = 80+65+180=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #5041B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041B4 is #AFBE4B. Grayscale: #525252. Windows color (decimal): -11517516 or 11813200. OLE color: 11813200.

HSL color Cylindrical-coordinate representation of color #5041B4: hue angle of 247.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5041B4 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8065180-
CMYK0.560.6400.29
HSL247.83º46.94%48.04%-
HSV(B)247.83º63.89%70.59%-
XYZ13.448.7844.17-
YUV82.6182.97126.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=24.62%
G=20%
B=55.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80651800.560.6400.29247.8346.9448.04
Hex5041B4384001Df82f30
Octal120101264701000353705760
Binary1010000100000110110100111000100000001110111111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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