#5160B9

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

Shades of Rich Blue #5160B9

Tints of Rich Blue #5160B9

Color information

#5160B9 (or 0x5160B9) is unknown color: approx Rich Blue. HEX triplet: 51, 60 and B9. RGB value is (81,96,185). Sum of RGB (Red+Green+Blue) = 81+96+185=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #5160B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5160B9 is #AE9F46. Grayscale: #656565. Windows color (decimal): -11444039 or 12148817. OLE color: 12148817.

HSL color Cylindrical-coordinate representation of color #5160B9: hue angle of 231.35º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5160B9 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8196185-
CMYK0.560.4800.27
HSL231.35º42.62%52.16%-
HSV(B)231.35º56.22%72.55%-
XYZ16.3313.6247.67-
YUV101.66175.03113.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 185 (72.66% from 255) = 51.10%
R=22.38%
G=26.52%
B=51.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81961850.560.4800.27231.3542.6252.16
Hex5160B9383001Be72b34
Octal12114027170600333475364
Binary101000111000001011100111100011000001101111100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5160B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5160B9; }

 p { color: rgb(81,96,185); }

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

<style>
 a { background-color: #5160B9; }

 a { background-color: rgb(81,96,185); }

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

<style>
 span { border-color: #5160B9; }

 span { border-color: rgb(81,96,185); }

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