Html Css Color HEX #5141BB Rich Blue

📋 copy color: '#5141BB'

red 81 ◦ green 65 ◦ blue 187

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

Shades of Rich Blue #5141BB

Tints of Rich Blue #5141BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 24.32%
G = 19.52%
B = 56.16%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5141BB (or 0x5141BB) is known color: Rich Blue. HEX triplet: 51, 41 and BB. RGB value is (81,65,187). Sum of RGB (Red+Green+Blue) = 81+65+187=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #5141BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141BB is #AEBE44. Grayscale: #535353. Windows color (decimal): -11451973 or 12271953. OLE color: 12271953.

HSL color Cylindrical-coordinate representation of color #5141BB: hue angle of 247.87º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5141BB is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 65 187 -
CMYK 0.57 0.65 0 0.27
HSL 247.87º 0.48% 0.49% -
HSV(B) 247.87º 0.65% 0.73% -
XYZ 14.25 9.12 48.02 -
YUV 83.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 81 65 187 0.57 0.65 0 0.27 247.87 0.48 0.49
Hex 51 41 BB 39 41 0 1B F8 30 31
Octal 121 101 273 71 101 0 33 370 60 61
Binary 1010001 1000001 10111011 111001 1000001 0 11011 11111000 110000 110001

Color Harmonies of #5141BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5141BB

Black with #5141BB

Text Example


Text Example

White with #5141BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5141BB;
 }
 .AnyTagClassName
 {
   color: #5141BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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