Html Css Color HEX #5140BB Rich Blue

📋 copy color: '#5140BB'

red 81 ◦ green 64 ◦ blue 187

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

Shades of Rich Blue #5140BB

Tints of Rich Blue #5140BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 24.4%
G = 19.28%
B = 56.33%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5140BB (or 0x5140BB) is known color: Rich Blue. HEX triplet: 51, 40 and BB. RGB value is (81,64,187). Sum of RGB (Red+Green+Blue) = 81+64+187=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #5140BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140BB is #AEBF44. Grayscale: #525252. Windows color (decimal): -11452229 or 12271697. OLE color: 12271697.

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

Color convert

RGB 81 64 187 -
CMYK 0.57 0.66 0 0.27
HSL 248.29º 0.49% 0.49% -
HSV(B) 248.29º 0.66% 0.73% -
XYZ 14.2 9 48 -
YUV 83.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 81 64 187 0.57 0.66 0 0.27 248.29 0.49 0.49
Hex 51 40 BB 39 42 0 1B F8 31 31
Octal 121 100 273 71 102 0 33 370 61 61
Binary 1010001 1000000 10111011 111001 1000010 0 11011 11111000 110001 110001

Color Harmonies of #5140BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140BB

Black with #5140BB

Text Example


Text Example

White with #5140BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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