#5040BF

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

Shades of Rich Blue #5040BF

Tints of Rich Blue #5040BF

Color information

#5040BF (or 0x5040BF) is unknown color: approx Rich Blue. HEX triplet: 50, 40 and BF. RGB value is (80,64,191). Sum of RGB (Red+Green+Blue) = 80+64+191=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #5040BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040BF is #AFBF40. Grayscale: #525252. Windows color (decimal): -11517761 or 12533840. OLE color: 12533840.

HSL color Cylindrical-coordinate representation of color #5040BF: hue angle of 247.56º 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 #5040BF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8064191-
CMYK0.580.6600.25
HSL247.56º49.8%50%-
HSV(B)247.56º66.49%74.9%-
XYZ14.559.1350.29-
YUV83.26188.8125.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 191 (75% from 255) = 57.01%
R=23.88%
G=19.10%
B=57.01%

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
Decimal80641910.580.6600.25247.5649.850
Hex5040BF3A42019f83232
Octal120100277721020313706262
Binary1010000100000010111111111010100001001100111111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5040BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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