Html Css Color HEX #5149BA Rich Blue

📋 copy color: '#5149BA'

red 81 ◦ green 73 ◦ blue 186

#5149BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5149BA

Tints of Rich Blue #5149BA

RGB

 RED value IS 81 (32.03% from 255) = 23.82%

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 23.82%
G = 21.47%
B = 54.71%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5149BA (or 0x5149BA) is known color: Rich Blue. HEX triplet: 51, 49 and BA. RGB value is (81,73,186). Sum of RGB (Red+Green+Blue) = 81+73+186=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5149BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149BA is #AEB645. Grayscale: #575757. Windows color (decimal): -11449926 or 12208465. OLE color: 12208465.

HSL color Cylindrical-coordinate representation of color #5149BA: hue angle of 244.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5149BA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 73 186 -
CMYK 0.56 0.61 0 0.27
HSL 244.25º 0.45% 0.51% -
HSV(B) 244.25º 0.61% 0.73% -
XYZ 14.64 10.06 47.62 -
YUV 88.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 81 73 186 0.56 0.61 0 0.27 244.25 0.45 0.51
Hex 51 49 BA 38 3D 0 1B F4 2D 33
Octal 121 111 272 70 75 0 33 364 55 63
Binary 1010001 1001001 10111010 111000 111101 0 11011 11110100 101101 110011

Color Harmonies of #5149BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5149BA

Black with #5149BA

Text Example


Text Example

White with #5149BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5149BA;
 }
 .AnyTagClassName
 {
   color: #5149BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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