#5156BC

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

Shades of Rich Blue #5156BC

Tints of Rich Blue #5156BC

Color information

#5156BC (or 0x5156BC) is unknown color: approx Rich Blue. HEX triplet: 51, 56 and BC. RGB value is (81,86,188). Sum of RGB (Red+Green+Blue) = 81+86+188=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5156BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5156BC is #AEA943. Grayscale: #5F5F5F. Windows color (decimal): -11446596 or 12342865. OLE color: 12342865.

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

Color convert

RGB8186188-
CMYK0.570.5400.26
HSL237.2º44.4%52.75%-
HSV(B)237.2º56.91%73.73%-
XYZ15.812.0449.07-
YUV96.13179.84117.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=22.82%
G=24.23%
B=52.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81861880.570.5400.26237.244.452.75
Hex5156BC393601Aed2c35
Octal12112627471660323555465
Binary101000110101101011110011100111011001101011101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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