#5156BB

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

Shades of Rich Blue #5156BB

Tints of Rich Blue #5156BB

Color information

#5156BB (or 0x5156BB) is unknown color: approx Rich Blue. HEX triplet: 51, 56 and BB. RGB value is (81,86,187). Sum of RGB (Red+Green+Blue) = 81+86+187=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #5156BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5156BB is #AEA944. Grayscale: #5F5F5F. Windows color (decimal): -11446597 or 12277329. OLE color: 12277329.

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

Color convert

RGB8186187-
CMYK0.570.5400.27
HSL237.17º43.8%52.55%-
HSV(B)237.17º56.68%73.33%-
XYZ15.6911.9948.5-
YUV96.02179.34117.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=22.88%
G=24.29%
B=52.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81861870.570.5400.27237.1743.852.55
Hex5156BB393601Bed2c35
Octal12112627371660333555465
Binary101000110101101011101111100111011001101111101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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