Html Css Color HEX #5149BC Rich Blue

📋 copy color: '#5149BC'

red 81 ◦ green 73 ◦ blue 188

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

Shades of Rich Blue #5149BC

Tints of Rich Blue #5149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 23.68%
G = 21.35%
B = 54.97%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5149BC (or 0x5149BC) is known color: Rich Blue. HEX triplet: 51, 49 and BC. RGB value is (81,73,188). Sum of RGB (Red+Green+Blue) = 81+73+188=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5149BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149BC is #AEB643. Grayscale: #585858. Windows color (decimal): -11449924 or 12339537. OLE color: 12339537.

HSL color Cylindrical-coordinate representation of color #5149BC: hue angle of 244.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5149BC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 73 188 -
CMYK 0.57 0.61 0 0.26
HSL 244.17º 0.46% 0.51% -
HSV(B) 244.17º 0.61% 0.74% -
XYZ 14.85 10.15 48.75 -
YUV 88.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 81 73 188 0.57 0.61 0 0.26 244.17 0.46 0.51
Hex 51 49 BC 39 3D 0 1A F4 2E 33
Octal 121 111 274 71 75 0 32 364 56 63
Binary 1010001 1001001 10111100 111001 111101 0 11010 11110100 101110 110011

Color Harmonies of #5149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5149BC

Black with #5149BC

Text Example


Text Example

White with #5149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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