#5041BF

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

Shades of Rich Blue #5041BF

Tints of Rich Blue #5041BF

Color information

#5041BF (or 0x5041BF) is unknown color: approx Rich Blue. HEX triplet: 50, 41 and BF. RGB value is (80,65,191). Sum of RGB (Red+Green+Blue) = 80+65+191=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #5041BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041BF is #AFBE40. Grayscale: #535353. Windows color (decimal): -11517505 or 12534096. OLE color: 12534096.

HSL color Cylindrical-coordinate representation of color #5041BF: hue angle of 247.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5041BF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8065191-
CMYK0.580.6600.25
HSL247.14º49.61%50.2%-
HSV(B)247.14º65.97%74.9%-
XYZ14.69.2550.31-
YUV83.85188.47125.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 191 (75% from 255) = 56.85%
R=23.81%
G=19.35%
B=56.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80651910.580.6600.25247.1449.6150.2
Hex5041BF3A42019f73232
Octal120101277721020313676262
Binary1010000100000110111111111010100001001100111110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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