#5141BF

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

Shades of Rich Blue #5141BF

Tints of Rich Blue #5141BF

Color information

#5141BF (or 0x5141BF) is unknown color: approx Rich Blue. HEX triplet: 51, 41 and BF. RGB value is (81,65,191). Sum of RGB (Red+Green+Blue) = 81+65+191=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #5141BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141BF is #AEBE40. Grayscale: #535353. Windows color (decimal): -11451969 or 12534097. OLE color: 12534097.

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

Color convert

RGB8165191-
CMYK0.580.6600.25
HSL247.62º49.61%50.2%-
HSV(B)247.62º65.97%74.9%-
XYZ14.699.2950.31-
YUV84.15188.3125.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 191 (75% from 255) = 56.68%
R=24.04%
G=19.29%
B=56.68%

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
Decimal81651910.580.6600.25247.6249.6150.2
Hex5141BF3A42019f83232
Octal121101277721020313706262
Binary1010001100000110111111111010100001001100111111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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