#5161AC

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

Shades of Rich Blue #5161AC

Tints of Rich Blue #5161AC

Color information

#5161AC (or 0x5161AC) is unknown color: approx Rich Blue. HEX triplet: 51, 61 and AC. RGB value is (81,97,172). Sum of RGB (Red+Green+Blue) = 81+97+172=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #5161AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AC is #AE9E53. Grayscale: #646464. Windows color (decimal): -11443796 or 11297105. OLE color: 11297105.

HSL color Cylindrical-coordinate representation of color #5161AC: hue angle of 229.45º 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 #5161AC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8197172-
CMYK0.530.4400.33
HSL229.45º35.97%49.61%-
HSV(B)229.45º52.91%67.45%-
XYZ15.1113.2840.8-
YUV100.77168.2113.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=23.14%
G=27.71%
B=49.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81971720.530.4400.33229.4535.9749.61
Hex5161AC352C021e52432
Octal12114125465540413454462
Binary1010001110000110101100110101101100010000111100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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