#5161AD

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

Shades of Rich Blue #5161AD

Tints of Rich Blue #5161AD

Color information

#5161AD (or 0x5161AD) is unknown color: approx Rich Blue. HEX triplet: 51, 61 and AD. RGB value is (81,97,173). Sum of RGB (Red+Green+Blue) = 81+97+173=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #5161AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AD is #AE9E52. Grayscale: #646464. Windows color (decimal): -11443795 or 11362641. OLE color: 11362641.

HSL color Cylindrical-coordinate representation of color #5161AD: hue angle of 229.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5161AD is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8197173-
CMYK0.530.4400.32
HSL229.57º36.22%49.8%-
HSV(B)229.57º53.18%67.84%-
XYZ15.2113.3241.3-
YUV100.88168.7113.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=23.08%
G=27.64%
B=49.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81971730.530.4400.32229.5736.2249.8
Hex5161AD352C020e62432
Octal12114125565540403464462
Binary1010001110000110101101110101101100010000011100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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