#5156AC

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

Shades of Rich Blue #5156AC

Tints of Rich Blue #5156AC

Color information

#5156AC (or 0x5156AC) is unknown color: approx Rich Blue. HEX triplet: 51, 56 and AC. RGB value is (81,86,172). Sum of RGB (Red+Green+Blue) = 81+86+172=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #5156AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5156AC is #AEA953. Grayscale: #5D5D5D. Windows color (decimal): -11446612 or 11294289. OLE color: 11294289.

HSL color Cylindrical-coordinate representation of color #5156AC: hue angle of 236.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5156AC is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8186172-
CMYK0.530.500.33
HSL236.7º35.97%49.61%-
HSV(B)236.7º52.91%67.45%-
XYZ14.1711.3840.48-
YUV94.31171.84118.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=23.89%
G=25.37%
B=50.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81861720.530.500.33236.735.9749.61
Hex5156AC3532021ed2432
Octal12112625465620413554462
Binary1010001101011010101100110101110010010000111101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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