#5148BE

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

Shades of Rich Blue #5148BE

Tints of Rich Blue #5148BE

Color information

#5148BE (or 0x5148BE) is unknown color: approx Rich Blue. HEX triplet: 51, 48 and BE. RGB value is (81,72,190). Sum of RGB (Red+Green+Blue) = 81+72+190=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #5148BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148BE is #AEB741. Grayscale: #575757. Windows color (decimal): -11450178 or 12470353. OLE color: 12470353.

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

Color convert

RGB8172190-
CMYK0.570.6200.25
HSL244.58º47.58%51.37%-
HSV(B)244.58º62.11%74.51%-
XYZ1510.149.87-
YUV88.14185.48122.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=23.62%
G=20.99%
B=55.39%

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
Decimal81721900.570.6200.25244.5847.5851.37
Hex5148BE393E019f53033
Octal12111027671760313656063
Binary101000110010001011111011100111111001100111110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5148BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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