#5141BD

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

Shades of Rich Blue #5141BD

Tints of Rich Blue #5141BD

Color information

#5141BD (or 0x5141BD) is unknown color: approx Rich Blue. HEX triplet: 51, 41 and BD. RGB value is (81,65,189). Sum of RGB (Red+Green+Blue) = 81+65+189=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #5141BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141BD is #AEBE42. Grayscale: #535353. Windows color (decimal): -11451971 or 12403025. OLE color: 12403025.

HSL color Cylindrical-coordinate representation of color #5141BD: hue angle of 247.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5141BD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8165189-
CMYK0.570.6600.26
HSL247.74º48.82%49.8%-
HSV(B)247.74º65.61%74.12%-
XYZ14.479.249.16-
YUV83.92187.3125.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=24.18%
G=19.40%
B=56.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81651890.570.6600.26247.7448.8249.8
Hex5141BD394201Af83132
Octal121101275711020323706162
Binary1010001100000110111101111001100001001101011111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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