#5156AA

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

Shades of Rich Blue #5156AA

Tints of Rich Blue #5156AA

Color information

#5156AA (or 0x5156AA) is unknown color: approx Rich Blue. HEX triplet: 51, 56 and AA. RGB value is (81,86,170). Sum of RGB (Red+Green+Blue) = 81+86+170=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #5156AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5156AA is #AEA955. Grayscale: #5D5D5D. Windows color (decimal): -11446614 or 11163217. OLE color: 11163217.

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

Color convert

RGB8186170-
CMYK0.520.4900.33
HSL236.63º35.46%49.22%-
HSV(B)236.63º52.35%66.67%-
XYZ13.9811.3139.48-
YUV94.08170.84118.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=24.04%
G=25.52%
B=50.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81861700.520.4900.33236.6335.4649.22
Hex5156AA3431021ed2331
Octal12112625264610413554361
Binary1010001101011010101010110100110001010000111101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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