#5161AB

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

Shades of Rich Blue #5161AB

Tints of Rich Blue #5161AB

Color information

#5161AB (or 0x5161AB) is unknown color: approx Rich Blue. HEX triplet: 51, 61 and AB. RGB value is (81,97,171). Sum of RGB (Red+Green+Blue) = 81+97+171=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5161AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AB is #AE9E54. Grayscale: #646464. Windows color (decimal): -11443797 or 11231569. OLE color: 11231569.

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

Color convert

RGB8197171-
CMYK0.530.4300.33
HSL229.33º35.71%49.41%-
HSV(B)229.33º52.63%67.06%-
XYZ15.0213.2440.29-
YUV100.65167.7113.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=23.21%
G=27.79%
B=49.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81971710.530.4300.33229.3335.7149.41
Hex5161AB352B021e52431
Octal12114125365530413454461
Binary1010001110000110101011110101101011010000111100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5161AB; }

 p { color: rgb(81,97,171); }

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

<style>
 a { background-color: #5161AB; }

 a { background-color: rgb(81,97,171); }

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

<style>
 span { border-color: #5161AB; }

 span { border-color: rgb(81,97,171); }

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