#5149BE

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

Shades of Rich Blue #5149BE

Tints of Rich Blue #5149BE

Color information

#5149BE (or 0x5149BE) is unknown color: approx Rich Blue. HEX triplet: 51, 49 and BE. RGB value is (81,73,190). Sum of RGB (Red+Green+Blue) = 81+73+190=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5149BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149BE is #AEB641. Grayscale: #585858. Windows color (decimal): -11449922 or 12470609. OLE color: 12470609.

HSL color Cylindrical-coordinate representation of color #5149BE: hue angle of 244.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5149BE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8173190-
CMYK0.570.6200.25
HSL244.1º47.37%51.57%-
HSV(B)244.1º61.58%74.51%-
XYZ15.0710.2349.9-
YUV88.73185.15122.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=23.55%
G=21.22%
B=55.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81731900.570.6200.25244.147.3751.57
Hex5149BE393E019f42f34
Octal12111127671760313645764
Binary101000110010011011111011100111111001100111110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5149BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5149BE; }

 p { color: rgb(81,73,190); }

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

<style>
 a { background-color: #5149BE; }

 a { background-color: rgb(81,73,190); }

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

<style>
 span { border-color: #5149BE; }

 span { border-color: rgb(81,73,190); }

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