#5161AA

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

Shades of Rich Blue #5161AA

Tints of Rich Blue #5161AA

Color information

#5161AA (or 0x5161AA) is unknown color: approx Rich Blue. HEX triplet: 51, 61 and AA. RGB value is (81,97,170). Sum of RGB (Red+Green+Blue) = 81+97+170=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #5161AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5161AA is #AE9E55. Grayscale: #646464. Windows color (decimal): -11443798 or 11166033. OLE color: 11166033.

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

Color convert

RGB8197170-
CMYK0.520.4300.33
HSL229.21º35.46%49.22%-
HSV(B)229.21º52.35%66.67%-
XYZ14.9213.239.79-
YUV100.54167.2114.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=23.28%
G=27.87%
B=48.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81971700.520.4300.33229.2135.4649.22
Hex5161AA342B021e52331
Octal12114125264530413454361
Binary1010001110000110101010110100101011010000111100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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